Html Css Color HEX #BAB8ED Lavender Grey

📋 copy color: '#BAB8ED'

red 186 ◦ green 184 ◦ blue 237

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

Shades of Lavender Grey #BAB8ED

Tints of Lavender Grey #BAB8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 30.64%
G = 30.31%
B = 39.04%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAB8ED (or 0xBAB8ED) is known color: Lavender Grey. HEX triplet: BA, B8 and ED. RGB value is (186,184,237). Sum of RGB (Red+Green+Blue) = 186+184+237=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8ED is #454712. Grayscale: #BEBEBE. Windows color (decimal): -4540179 or 15579322. OLE color: 15579322.

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

Color convert

RGB 186 184 237 -
CMYK 0.22 0.22 0 0.07
HSL 242.26º 0.6% 0.83% -
HSV(B) 242.26º 0.22% 0.93% -
XYZ 52.68 50.83 87.16 -
YUV 190.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 186 184 237 0.22 0.22 0 0.07 242.26 0.6 0.83
Hex BA B8 ED 16 16 0 7 F2 3C 53
Octal 272 270 355 26 26 0 7 362 74 123
Binary 10111010 10111000 11101101 10110 10110 0 111 11110010 111100 1010011

Color Harmonies of #BAB8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8ED

Black with #BAB8ED

Text Example


Text Example

White with #BAB8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8ED; }

 p { color: rgb(186,184,237); }

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

background-color css

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

 a { background-color: rgb(186,184,237); }

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

border-color css

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

 span { border-color: rgb(186,184,237); }

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