Html Css Color HEX #BBBBEC Lavender Grey

📋 copy color: '#BBBBEC'

red 187 ◦ green 187 ◦ blue 236

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

Shades of Lavender Grey #BBBBEC

Tints of Lavender Grey #BBBBEC

RGB

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

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

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

R = 30.66%
G = 30.66%
B = 38.69%

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

#BBBBEC (or 0xBBBBEC) is known color: Lavender Grey. HEX triplet: BB, BB and EC. RGB value is (187,187,236). Sum of RGB (Red+Green+Blue) = 187+187+236=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBEC is #444413. Grayscale: #C0C0C0. Windows color (decimal): -4473876 or 15514555. OLE color: 15514555.

HSL color Cylindrical-coordinate representation of color #BBBBEC: hue angle of 240º degrees, saturation: 0.56, 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 #BBBBEC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 187 236 -
CMYK 0.21 0.21 0 0.07
HSL 240º 0.56% 0.83% -
HSV(B) 240º 0.21% 0.93% -
XYZ 53.4 52.16 86.61 -
YUV 192.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 187 187 236 0.21 0.21 0 0.07 240 0.56 0.83
Hex BB BB EC 15 15 0 7 F0 38 53
Octal 273 273 354 25 25 0 7 360 70 123
Binary 10111011 10111011 11101100 10101 10101 0 111 11110000 111000 1010011

Color Harmonies of #BBBBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBEC

Black with #BBBBEC

Text Example


Text Example

White with #BBBBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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