Html Css Color HEX #BABBE4 Lavender Grey

📋 copy color: '#BABBE4'

red 186 ◦ green 187 ◦ blue 228

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

Shades of Lavender Grey #BABBE4

Tints of Lavender Grey #BABBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.94%

R = 30.95%
G = 31.11%
B = 37.94%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BABBE4 (or 0xBABBE4) is known color: Lavender Grey. HEX triplet: BA, BB and E4. RGB value is (186,187,228). Sum of RGB (Red+Green+Blue) = 186+187+228=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #BABBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBE4 is #45441B. Grayscale: #BFBFBF. Windows color (decimal): -4539420 or 14990266. OLE color: 14990266.

HSL color Cylindrical-coordinate representation of color #BABBE4: hue angle of 238.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABBE4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 187 228 -
CMYK 0.18 0.18 0 0.11
HSL 238.57º 0.44% 0.81% -
HSV(B) 238.57º 0.18% 0.89% -
XYZ 52.02 51.58 80.61 -
YUV 191.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 186 187 228 0.18 0.18 0 0.11 238.57 0.44 0.81
Hex BA BB E4 12 12 0 B EF 2C 51
Octal 272 273 344 22 22 0 13 357 54 121
Binary 10111010 10111011 11100100 10010 10010 0 1011 11101111 101100 1010001

Color Harmonies of #BABBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBE4

Black with #BABBE4

Text Example


Text Example

White with #BABBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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