Html Css Color HEX #B9BCCC Lavender Grey

📋 copy color: '#B9BCCC'

red 185 ◦ green 188 ◦ blue 204

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

Shades of Lavender Grey #B9BCCC

Tints of Lavender Grey #B9BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 32.06%
G = 32.58%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9BCCC (or 0xB9BCCC) is known color: Lavender Grey. HEX triplet: B9, BC and CC. RGB value is (185,188,204). Sum of RGB (Red+Green+Blue) = 185+188+204=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCCC is #464333. Grayscale: #BCBCBC. Windows color (decimal): -4604724 or 13417657. OLE color: 13417657.

HSL color Cylindrical-coordinate representation of color #B9BCCC: hue angle of 230.53º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BCCC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 188 204 -
CMYK 0.09 0.08 0 0.2
HSL 230.53º 0.16% 0.76% -
HSV(B) 230.53º 0.09% 0.8% -
XYZ 48.89 50.64 64.32 -
YUV 188.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 185 188 204 0.09 0.08 0 0.2 230.53 0.16 0.76
Hex B9 BC CC 9 8 0 14 E7 10 4C
Octal 271 274 314 11 10 0 24 347 20 114
Binary 10111001 10111100 11001100 1001 1000 0 10100 11100111 10000 1001100

Color Harmonies of #B9BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCCC

Black with #B9BCCC

Text Example


Text Example

White with #B9BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCCC; }

 p { color: rgb(185,188,204); }

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

background-color css

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

 a { background-color: rgb(185,188,204); }

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

border-color css

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

 span { border-color: rgb(185,188,204); }

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