Html Css Color HEX #B9BCCB Lavender Grey

📋 copy color: '#B9BCCB'

red 185 ◦ green 188 ◦ blue 203

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

Shades of Lavender Grey #B9BCCB

Tints of Lavender Grey #B9BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 32.12%
G = 32.64%
B = 35.24%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9BCCB (or 0xB9BCCB) is known color: Lavender Grey. HEX triplet: B9, BC and CB. RGB value is (185,188,203). Sum of RGB (Red+Green+Blue) = 185+188+203=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCCB is #464334. Grayscale: #BCBCBC. Windows color (decimal): -4604725 or 13352121. OLE color: 13352121.

HSL color Cylindrical-coordinate representation of color #B9BCCB: hue angle of 230º degrees, saturation: 0.15, 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 #B9BCCB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 188 203 -
CMYK 0.09 0.07 0 0.20
HSL 230º 0.15% 0.76% -
HSV(B) 230º 0.09% 0.8% -
XYZ 48.77 50.59 63.69 -
YUV 188.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 185 188 203 0.09 0.07 0 0.20 230 0.15 0.76
Hex B9 BC CB 9 7 0 14 E6 F 4C
Octal 271 274 313 11 7 0 24 346 17 114
Binary 10111001 10111100 11001011 1001 111 0 10100 11100110 1111 1001100

Color Harmonies of #B9BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCCB

Black with #B9BCCB

Text Example


Text Example

White with #B9BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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