Html Css Color HEX #BBBDDD Lavender Grey

📋 copy color: '#BBBDDD'

red 187 ◦ green 189 ◦ blue 221

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

Shades of Lavender Grey #BBBDDD

Tints of Lavender Grey #BBBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

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

R = 31.32%
G = 31.66%
B = 37.02%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBBDDD (or 0xBBBDDD) is known color: Lavender Grey. HEX triplet: BB, BD and DD. RGB value is (187,189,221). Sum of RGB (Red+Green+Blue) = 187+189+221=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDDD is #444222. Grayscale: #BFBFBF. Windows color (decimal): -4473379 or 14532027. OLE color: 14532027.

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

Color convert

RGB 187 189 221 -
CMYK 0.15 0.14 0 0.13
HSL 236.47º 0.33% 0.8% -
HSV(B) 236.47º 0.15% 0.87% -
XYZ 51.74 52.18 75.75 -
YUV 192.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 187 189 221 0.15 0.14 0 0.13 236.47 0.33 0.8
Hex BB BD DD F E 0 D EC 21 50
Octal 273 275 335 17 16 0 15 354 41 120
Binary 10111011 10111101 11011101 1111 1110 0 1101 11101100 100001 1010000

Color Harmonies of #BBBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDDD

Black with #BBBDDD

Text Example


Text Example

White with #BBBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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