Html Css Color HEX #BABBE6 Lavender Grey

📋 copy color: '#BABBE6'

red 186 ◦ green 187 ◦ blue 230

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

Shades of Lavender Grey #BABBE6

Tints of Lavender Grey #BABBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 30.85%
G = 31.01%
B = 38.14%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BABBE6 (or 0xBABBE6) is known color: Lavender Grey. HEX triplet: BA, BB and E6. RGB value is (186,187,230). Sum of RGB (Red+Green+Blue) = 186+187+230=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #BABBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBE6 is #454419. Grayscale: #BFBFBF. Windows color (decimal): -4539418 or 15121338. OLE color: 15121338.

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

Color convert

RGB 186 187 230 -
CMYK 0.19 0.19 0 0.10
HSL 238.64º 0.47% 0.82% -
HSV(B) 238.64º 0.19% 0.9% -
XYZ 52.3 51.69 82.08 -
YUV 191.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 186 187 230 0.19 0.19 0 0.10 238.64 0.47 0.82
Hex BA BB E6 13 13 0 A EF 2F 52
Octal 272 273 346 23 23 0 12 357 57 122
Binary 10111010 10111011 11100110 10011 10011 0 1010 11101111 101111 1010010

Color Harmonies of #BABBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBE6

Black with #BABBE6

Text Example


Text Example

White with #BABBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBE6; }

 p { color: rgb(186,187,230); }

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

background-color css

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

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

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

border-color css

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

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

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