Html Css Color HEX #BBBBEE Lavender Grey

📋 copy color: '#BBBBEE'

red 187 ◦ green 187 ◦ blue 238

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

Shades of Lavender Grey #BBBBEE

Tints of Lavender Grey #BBBBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 30.56%
G = 30.56%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBBBEE (or 0xBBBBEE) is known color: Lavender Grey. HEX triplet: BB, BB and EE. RGB value is (187,187,238). Sum of RGB (Red+Green+Blue) = 187+187+238=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBEE is #444411. Grayscale: #C0C0C0. Windows color (decimal): -4473874 or 15645627. OLE color: 15645627.

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

Color convert

RGB 187 187 238 -
CMYK 0.21 0.21 0 0.07
HSL 240º 0.6% 0.83% -
HSV(B) 240º 0.21% 0.93% -
XYZ 53.7 52.28 88.15 -
YUV 192.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 187 187 238 0.21 0.21 0 0.07 240 0.6 0.83
Hex BB BB EE 15 15 0 7 F0 3C 53
Octal 273 273 356 25 25 0 7 360 74 123
Binary 10111011 10111011 11101110 10101 10101 0 111 11110000 111100 1010011

Color Harmonies of #BBBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBEE

Black with #BBBBEE

Text Example


Text Example

White with #BBBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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