Html Css Color HEX #BBBBE9 Lavender Grey

📋 copy color: '#BBBBE9'

red 187 ◦ green 187 ◦ blue 233

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

Shades of Lavender Grey #BBBBE9

Tints of Lavender Grey #BBBBE9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

 BLUE value IS 233 (91.41% from 255) = 38.39%

R = 30.81%
G = 30.81%
B = 38.39%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBBBE9 (or 0xBBBBE9) is known color: Lavender Grey. HEX triplet: BB, BB and E9. RGB value is (187,187,233). Sum of RGB (Red+Green+Blue) = 187+187+233=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBE9 is #444416. Grayscale: #C0C0C0. Windows color (decimal): -4473879 or 15317947. OLE color: 15317947.

HSL color Cylindrical-coordinate representation of color #BBBBE9: hue angle of 240º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBBE9 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 187 233 -
CMYK 0.20 0.20 0 0.09
HSL 240º 0.51% 0.82% -
HSV(B) 240º 0.2% 0.91% -
XYZ 52.97 51.99 84.33 -
YUV 192.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 187 187 233 0.20 0.20 0 0.09 240 0.51 0.82
Hex BB BB E9 14 14 0 9 F0 33 52
Octal 273 273 351 24 24 0 11 360 63 122
Binary 10111011 10111011 11101001 10100 10100 0 1001 11110000 110011 1010010

Color Harmonies of #BBBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBE9

Black with #BBBBE9

Text Example


Text Example

White with #BBBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBE9; }

 p { color: rgb(187,187,233); }

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

background-color css

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

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

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

border-color css

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

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

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