Html Css Color HEX #BBC0DD Lavender Grey

📋 copy color: '#BBC0DD'

red 187 ◦ green 192 ◦ blue 221

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

Shades of Lavender Grey #BBC0DD

Tints of Lavender Grey #BBC0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 31.17%
G = 32%
B = 36.83%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBC0DD (or 0xBBC0DD) is known color: Lavender Grey. HEX triplet: BB, C0 and DD. RGB value is (187,192,221). Sum of RGB (Red+Green+Blue) = 187+192+221=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DD is #443F22. Grayscale: #C1C1C1. Windows color (decimal): -4472611 or 14532795. OLE color: 14532795.

HSL color Cylindrical-coordinate representation of color #BBC0DD: hue angle of 231.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC0DD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 192 221 -
CMYK 0.15 0.13 0 0.13
HSL 231.18º 0.33% 0.8% -
HSV(B) 231.18º 0.15% 0.87% -
XYZ 52.39 53.48 75.97 -
YUV 193.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 187 192 221 0.15 0.13 0 0.13 231.18 0.33 0.8
Hex BB C0 DD F D 0 D E7 21 50
Octal 273 300 335 17 15 0 15 347 41 120
Binary 10111011 11000000 11011101 1111 1101 0 1101 11100111 100001 1010000

Color Harmonies of #BBC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0DD

Black with #BBC0DD

Text Example


Text Example

White with #BBC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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