Html Css Color HEX #B9B5EC Lavender Grey

📋 copy color: '#B9B5EC'

red 185 ◦ green 181 ◦ blue 236

#B9B5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B9B5EC

Tints of Lavender Grey #B9B5EC

RGB

 RED value IS 185 (72.66% from 255) = 30.73%

 GREEN value IS 181 (71.09% from 255) = 30.07%

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 30.73%
G = 30.07%
B = 39.2%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9B5EC (or 0xB9B5EC) is known color: Lavender Grey. HEX triplet: B9, B5 and EC. RGB value is (185,181,236). Sum of RGB (Red+Green+Blue) = 185+181+236=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B5EC is #464A13. Grayscale: #BCBCBC. Windows color (decimal): -4606484 or 15513017. OLE color: 15513017.

HSL color Cylindrical-coordinate representation of color #B9B5EC: hue angle of 244.36º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B5EC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 181 236 -
CMYK 0.22 0.23 0 0.07
HSL 244.36º 0.59% 0.82% -
HSV(B) 244.36º 0.23% 0.93% -
XYZ 51.67 49.42 86.17 -
YUV 188.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 185 181 236 0.22 0.23 0 0.07 244.36 0.59 0.82
Hex B9 B5 EC 16 17 0 7 F4 3B 52
Octal 271 265 354 26 27 0 7 364 73 122
Binary 10111001 10110101 11101100 10110 10111 0 111 11110100 111011 1010010

Color Harmonies of #B9B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B5EC

Black with #B9B5EC

Text Example


Text Example

White with #B9B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B5EC; }

 p { color: rgb(185,181,236); }

 H1.HeaderClassName
 {
   color: #B9B5EC;
 }
 .AnyTagClassName
 {
   color: #B9B5EC;
 }
</style>

background-color css

<style>
 a { background-color: #B9B5EC; }

 a { background-color: rgb(185,181,236); }

 div.DivClassName
 {
   background-color: #B9B5EC;
 }
 .BgClassName
 {
   background-color: #B9B5EC;
 }
</style>

border-color css

<style>
 span { border-color: #B9B5EC; }

 span { border-color: rgb(185,181,236); }

 td.TdClassName
 {
   border-color: #B9B5EC;
 }
 .TagClassName
 {
   border-color: #B9B5EC;
 }
</style>