Html Css Color HEX #BBB9EC Lavender Grey

📋 copy color: '#BBB9EC'

red 187 ◦ green 185 ◦ blue 236

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

Shades of Lavender Grey #BBB9EC

Tints of Lavender Grey #BBB9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

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

R = 30.76%
G = 30.43%
B = 38.82%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBB9EC (or 0xBBB9EC) is known color: Lavender Grey. HEX triplet: BB, B9 and EC. RGB value is (187,185,236). Sum of RGB (Red+Green+Blue) = 187+185+236=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9EC is #444613. Grayscale: #BFBFBF. Windows color (decimal): -4474388 or 15514043. OLE color: 15514043.

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

Color convert

RGB 187 185 236 -
CMYK 0.21 0.22 0 0.07
HSL 242.35º 0.57% 0.83% -
HSV(B) 242.35º 0.22% 0.93% -
XYZ 52.98 51.32 86.47 -
YUV 191.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 187 185 236 0.21 0.22 0 0.07 242.35 0.57 0.83
Hex BB B9 EC 15 16 0 7 F2 39 53
Octal 273 271 354 25 26 0 7 362 71 123
Binary 10111011 10111001 11101100 10101 10110 0 111 11110010 111001 1010011

Color Harmonies of #BBB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9EC

Black with #BBB9EC

Text Example


Text Example

White with #BBB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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