Html Css Color HEX #BBB5DD Lavender Grey

📋 copy color: '#BBB5DD'

red 187 ◦ green 181 ◦ blue 221

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

Shades of Lavender Grey #BBB5DD

Tints of Lavender Grey #BBB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.73%

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

R = 31.75%
G = 30.73%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBB5DD (or 0xBBB5DD) is known color: Lavender Grey. HEX triplet: BB, B5 and DD. RGB value is (187,181,221). Sum of RGB (Red+Green+Blue) = 187+181+221=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5DD is #444A22. Grayscale: #BBBBBB. Windows color (decimal): -4475427 or 14529979. OLE color: 14529979.

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

Color convert

RGB 187 181 221 -
CMYK 0.15 0.18 0 0.13
HSL 249º 0.37% 0.79% -
HSV(B) 249º 0.18% 0.87% -
XYZ 50.07 48.83 75.19 -
YUV 187.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 187 181 221 0.15 0.18 0 0.13 249 0.37 0.79
Hex BB B5 DD F 12 0 D F9 25 4F
Octal 273 265 335 17 22 0 15 371 45 117
Binary 10111011 10110101 11011101 1111 10010 0 1101 11111001 100101 1001111

Color Harmonies of #BBB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5DD

Black with #BBB5DD

Text Example


Text Example

White with #BBB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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