Html Css Color HEX #BABCE8 Lavender Grey

📋 copy color: '#BABCE8'

red 186 ◦ green 188 ◦ blue 232

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

Shades of Lavender Grey #BABCE8

Tints of Lavender Grey #BABCE8

RGB

 RED value IS 186 (73.05% from 255) = 30.69%

 GREEN value IS 188 (73.83% from 255) = 31.02%

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 30.69%
G = 31.02%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BABCE8 (or 0xBABCE8) is known color: Lavender Grey. HEX triplet: BA, BC and E8. RGB value is (186,188,232). Sum of RGB (Red+Green+Blue) = 186+188+232=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #BABCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCE8 is #454317. Grayscale: #C0C0C0. Windows color (decimal): -4539160 or 15252666. OLE color: 15252666.

HSL color Cylindrical-coordinate representation of color #BABCE8: hue angle of 237.39º degrees, saturation: 0.5, 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 #BABCE8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 188 232 -
CMYK 0.20 0.19 0 0.09
HSL 237.39º 0.5% 0.82% -
HSV(B) 237.39º 0.2% 0.91% -
XYZ 52.8 52.23 83.64 -
YUV 192.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 186 188 232 0.20 0.19 0 0.09 237.39 0.5 0.82
Hex BA BC E8 14 13 0 9 ED 32 52
Octal 272 274 350 24 23 0 11 355 62 122
Binary 10111010 10111100 11101000 10100 10011 0 1001 11101101 110010 1010010

Color Harmonies of #BABCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCE8

Black with #BABCE8

Text Example


Text Example

White with #BABCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCE8; }

 p { color: rgb(186,188,232); }

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

background-color css

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

 a { background-color: rgb(186,188,232); }

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

border-color css

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

 span { border-color: rgb(186,188,232); }

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