Html Css Color HEX #BABCE7 Lavender Grey

📋 copy color: '#BABCE7'

red 186 ◦ green 188 ◦ blue 231

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

Shades of Lavender Grey #BABCE7

Tints of Lavender Grey #BABCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 30.74%
G = 31.07%
B = 38.18%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BABCE7 (or 0xBABCE7) is known color: Lavender Grey. HEX triplet: BA, BC and E7. RGB value is (186,188,231). Sum of RGB (Red+Green+Blue) = 186+188+231=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #BABCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCE7 is #454318. Grayscale: #C0C0C0. Windows color (decimal): -4539161 or 15187130. OLE color: 15187130.

HSL color Cylindrical-coordinate representation of color #BABCE7: hue angle of 237.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABCE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 188 231 -
CMYK 0.19 0.19 0 0.09
HSL 237.33º 0.48% 0.82% -
HSV(B) 237.33º 0.19% 0.91% -
XYZ 52.66 52.18 82.9 -
YUV 192.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 186 188 231 0.19 0.19 0 0.09 237.33 0.48 0.82
Hex BA BC E7 13 13 0 9 ED 30 52
Octal 272 274 347 23 23 0 11 355 60 122
Binary 10111010 10111100 11100111 10011 10011 0 1001 11101101 110000 1010010

Color Harmonies of #BABCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCE7

Black with #BABCE7

Text Example


Text Example

White with #BABCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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