Html Css Color HEX #BBB8DC Lavender Grey

📋 copy color: '#BBB8DC'

red 187 ◦ green 184 ◦ blue 220

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

Shades of Lavender Grey #BBB8DC

Tints of Lavender Grey #BBB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.13%

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 31.64%
G = 31.13%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBB8DC (or 0xBBB8DC) is known color: Lavender Grey. HEX triplet: BB, B8 and DC. RGB value is (187,184,220). Sum of RGB (Red+Green+Blue) = 187+184+220=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8DC is #444723. Grayscale: #BCBCBC. Windows color (decimal): -4474660 or 14465211. OLE color: 14465211.

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

Color convert

RGB 187 184 220 -
CMYK 0.15 0.16 0 0.14
HSL 245º 0.34% 0.79% -
HSV(B) 245º 0.16% 0.86% -
XYZ 50.55 50.01 74.7 -
YUV 189 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 187 184 220 0.15 0.16 0 0.14 245 0.34 0.79
Hex BB B8 DC F 10 0 E F5 22 4F
Octal 273 270 334 17 20 0 16 365 42 117
Binary 10111011 10111000 11011100 1111 10000 0 1110 11110101 100010 1001111

Color Harmonies of #BBB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8DC

Black with #BBB8DC

Text Example


Text Example

White with #BBB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8DC; }

 p { color: rgb(187,184,220); }

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

background-color css

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

 a { background-color: rgb(187,184,220); }

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

border-color css

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

 span { border-color: rgb(187,184,220); }

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