Html Css Color HEX #BBC0D9 Lavender Grey

📋 copy color: '#BBC0D9'

red 187 ◦ green 192 ◦ blue 217

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

Shades of Lavender Grey #BBC0D9

Tints of Lavender Grey #BBC0D9

RGB

 RED value IS 187 (73.44% from 255) = 31.38%

 GREEN value IS 192 (75.39% from 255) = 32.21%

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 31.38%
G = 32.21%
B = 36.41%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBC0D9 (or 0xBBC0D9) is known color: Lavender Grey. HEX triplet: BB, C0 and D9. RGB value is (187,192,217). Sum of RGB (Red+Green+Blue) = 187+192+217=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D9 is #443F26. Grayscale: #C1C1C1. Windows color (decimal): -4472615 or 14270651. OLE color: 14270651.

HSL color Cylindrical-coordinate representation of color #BBC0D9: hue angle of 230º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC0D9 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 192 217 -
CMYK 0.14 0.12 0 0.15
HSL 230º 0.28% 0.79% -
HSV(B) 230º 0.14% 0.85% -
XYZ 51.87 53.27 73.19 -
YUV 193.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 187 192 217 0.14 0.12 0 0.15 230 0.28 0.79
Hex BB C0 D9 E C 0 F E6 1C 4F
Octal 273 300 331 16 14 0 17 346 34 117
Binary 10111011 11000000 11011001 1110 1100 0 1111 11100110 11100 1001111

Color Harmonies of #BBC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0D9

Black with #BBC0D9

Text Example


Text Example

White with #BBC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0D9; }

 p { color: rgb(187,192,217); }

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

background-color css

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

 a { background-color: rgb(187,192,217); }

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

border-color css

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

 span { border-color: rgb(187,192,217); }

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