Color Hex Logo

#b6bedd Color Hex

#B6BEDD
(182,190,221)
0 Favorites   0 Comments

Color spaces of #b6bedd

RGB 182190221
HSL0.630.360.79
HSV228°18°87°
CMYK 0.180.140.00   0.13
XYZ50.756051.992575.7670
Yxy51.99250.28430.2912
Hunter Lab72.1058-0.5373-11.8264
CIE-Lab77.27643.5982-16.4085

#b6bedd color RGB value is (182,190,221).

#b6bedd hex color red value is 182, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b6bedd hue: 0.63 , saturation: 0.36 and the lightness value of b6bedd is 0.79.

The process color (four color CMYK) of #b6bedd color hex is 0.18, 0.14, 0.00, 0.13. Web safe color of #b6bedd is #cccccc. Color #b6bedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 11011101
Octal 266 276 335
Decimal 182 190 221
Hex B6 BE DD

RGB Percentages of Color #b6bedd

%30.69
%32.04
%37.27

CMYK Percentages of Color #b6bedd

%18
%14
%0
%13

Triadic Colors of #b6bedd

#b6bedd #ddb6be #beddb6

Analogous Colors of #b6bedd

#b6bedd #c2b6dd #b6d2dd

Monochromatic Colors of #b6bedd

#b6bedd

Complementary Color

#b6bedd #ddd5b6

#b6bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bedd Color CSS Codes

.mybgcolor {background-color:#b6bedd; } 
.myforecolor {color:#b6bedd; }
.mybordercolor {border:3px solid #b6bedd; }

#b6bedd Text Font Color

<p style="color:#b6bedd">Text here</p>

This sample text font color is #b6bedd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6bedd Background Color

<div style="background-color:#b6bedd">
Div content here</div>

This div background color is #b6bedd


#b6bedd Border Color

<div style="border:3px solid #b6bedd">
Div here</div>

This div border color is #b6bedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,190,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6bedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6bedd;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bedd;
  box-shadow:         1px 1px 3px 2px #b6bedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6bedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6bedd;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bedd;
  box-shadow:         1px 1px 3px 2px #b6bedd;">
Div content here</div>

This div box has shadow with color #b6bedd


Comments

No comments written yet.

Please login to write comment.