Html Css Color HEX #BBB5EC Lavender Grey

📋 copy color: '#BBB5EC'

red 187 ◦ green 181 ◦ blue 236

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

Shades of Lavender Grey #BBB5EC

Tints of Lavender Grey #BBB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.97%

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

R = 30.96%
G = 29.97%
B = 39.07%

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

#BBB5EC (or 0xBBB5EC) is known color: Lavender Grey. HEX triplet: BB, B5 and EC. RGB value is (187,181,236). Sum of RGB (Red+Green+Blue) = 187+181+236=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5EC is #444A13. Grayscale: #BCBCBC. Windows color (decimal): -4475412 or 15513019. OLE color: 15513019.

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

Color convert

RGB 187 181 236 -
CMYK 0.21 0.23 0 0.07
HSL 246.55º 0.59% 0.82% -
HSV(B) 246.55º 0.23% 0.93% -
XYZ 52.16 49.67 86.19 -
YUV 189.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 187 181 236 0.21 0.23 0 0.07 246.55 0.59 0.82
Hex BB B5 EC 15 17 0 7 F7 3B 52
Octal 273 265 354 25 27 0 7 367 73 122
Binary 10111011 10110101 11101100 10101 10111 0 111 11110111 111011 1010010

Color Harmonies of #BBB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5EC

Black with #BBB5EC

Text Example


Text Example

White with #BBB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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