Html Css Color HEX #BBC0DA Lavender Grey

📋 copy color: '#BBC0DA'

red 187 ◦ green 192 ◦ blue 218

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

Shades of Lavender Grey #BBC0DA

Tints of Lavender Grey #BBC0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 31.32%
G = 32.16%
B = 36.52%

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

#BBC0DA (or 0xBBC0DA) is known color: Lavender Grey. HEX triplet: BB, C0 and DA. RGB value is (187,192,218). Sum of RGB (Red+Green+Blue) = 187+192+218=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DA is #443F25. Grayscale: #C1C1C1. Windows color (decimal): -4472614 or 14336187. OLE color: 14336187.

HSL color Cylindrical-coordinate representation of color #BBC0DA: hue angle of 230.32º degrees, saturation: 0.3, 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 #BBC0DA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 192 218 -
CMYK 0.14 0.12 0 0.15
HSL 230.32º 0.3% 0.79% -
HSV(B) 230.32º 0.14% 0.85% -
XYZ 52 53.33 73.88 -
YUV 193.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 187 192 218 0.14 0.12 0 0.15 230.32 0.3 0.79
Hex BB C0 DA E C 0 F E6 1E 4F
Octal 273 300 332 16 14 0 17 346 36 117
Binary 10111011 11000000 11011010 1110 1100 0 1111 11100110 11110 1001111

Color Harmonies of #BBC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0DA

Black with #BBC0DA

Text Example


Text Example

White with #BBC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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