Html Css Color HEX #BBB8EC Lavender Grey

📋 copy color: '#BBB8EC'

red 187 ◦ green 184 ◦ blue 236

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

Shades of Lavender Grey #BBB8EC

Tints of Lavender Grey #BBB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.31%

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

R = 30.81%
G = 30.31%
B = 38.88%

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

#BBB8EC (or 0xBBB8EC) is known color: Lavender Grey. HEX triplet: BB, B8 and EC. RGB value is (187,184,236). Sum of RGB (Red+Green+Blue) = 187+184+236=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8EC is #444713. Grayscale: #BEBEBE. Windows color (decimal): -4474644 or 15513787. OLE color: 15513787.

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

Color convert

RGB 187 184 236 -
CMYK 0.21 0.22 0 0.07
HSL 243.46º 0.58% 0.82% -
HSV(B) 243.46º 0.22% 0.93% -
XYZ 52.77 50.9 86.4 -
YUV 190.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 187 184 236 0.21 0.22 0 0.07 243.46 0.58 0.82
Hex BB B8 EC 15 16 0 7 F3 3A 52
Octal 273 270 354 25 26 0 7 363 72 122
Binary 10111011 10111000 11101100 10101 10110 0 111 11110011 111010 1010010

Color Harmonies of #BBB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8EC

Black with #BBB8EC

Text Example


Text Example

White with #BBB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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