Html Css Color HEX #BBB6EC Lavender Grey

📋 copy color: '#BBB6EC'

red 187 ◦ green 182 ◦ blue 236

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

Shades of Lavender Grey #BBB6EC

Tints of Lavender Grey #BBB6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 30.91%
G = 30.08%
B = 39.01%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBB6EC (or 0xBBB6EC) is known color: Lavender Grey. HEX triplet: BB, B6 and EC. RGB value is (187,182,236). Sum of RGB (Red+Green+Blue) = 187+182+236=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6EC is #444913. Grayscale: #BDBDBD. Windows color (decimal): -4475156 or 15513275. OLE color: 15513275.

HSL color Cylindrical-coordinate representation of color #BBB6EC: hue angle of 245.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB6EC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 182 236 -
CMYK 0.21 0.23 0 0.07
HSL 245.56º 0.59% 0.82% -
HSV(B) 245.56º 0.23% 0.93% -
XYZ 52.36 50.08 86.26 -
YUV 189.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 187 182 236 0.21 0.23 0 0.07 245.56 0.59 0.82
Hex BB B6 EC 15 17 0 7 F6 3B 52
Octal 273 266 354 25 27 0 7 366 73 122
Binary 10111011 10110110 11101100 10101 10111 0 111 11110110 111011 1010010

Color Harmonies of #BBB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6EC

Black with #BBB6EC

Text Example


Text Example

White with #BBB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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