Html Css Color HEX #BBB6DD Lavender Grey

📋 copy color: '#BBB6DD'

red 187 ◦ green 182 ◦ blue 221

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

Shades of Lavender Grey #BBB6DD

Tints of Lavender Grey #BBB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

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

R = 31.69%
G = 30.85%
B = 37.46%

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

#BBB6DD (or 0xBBB6DD) is known color: Lavender Grey. HEX triplet: BB, B6 and DD. RGB value is (187,182,221). Sum of RGB (Red+Green+Blue) = 187+182+221=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6DD is #444922. Grayscale: #BBBBBB. Windows color (decimal): -4475171 or 14530235. OLE color: 14530235.

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

Color convert

RGB 187 182 221 -
CMYK 0.15 0.18 0 0.13
HSL 247.69º 0.36% 0.79% -
HSV(B) 247.69º 0.18% 0.87% -
XYZ 50.27 49.24 75.26 -
YUV 187.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 187 182 221 0.15 0.18 0 0.13 247.69 0.36 0.79
Hex BB B6 DD F 12 0 D F8 24 4F
Octal 273 266 335 17 22 0 15 370 44 117
Binary 10111011 10110110 11011101 1111 10010 0 1101 11111000 100100 1001111

Color Harmonies of #BBB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6DD

Black with #BBB6DD

Text Example


Text Example

White with #BBB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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