Html Css Color HEX #BAB4EA Lavender Grey

📋 copy color: '#BAB4EA'

red 186 ◦ green 180 ◦ blue 234

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

Shades of Lavender Grey #BAB4EA

Tints of Lavender Grey #BAB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 31%
G = 30%
B = 39%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAB4EA (or 0xBAB4EA) is known color: Lavender Grey. HEX triplet: BA, B4 and EA. RGB value is (186,180,234). Sum of RGB (Red+Green+Blue) = 186+180+234=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4EA is #454B15. Grayscale: #BBBBBB. Windows color (decimal): -4541206 or 15381690. OLE color: 15381690.

HSL color Cylindrical-coordinate representation of color #BAB4EA: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB4EA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 180 234 -
CMYK 0.21 0.23 0 0.08
HSL 246.67º 0.56% 0.81% -
HSV(B) 246.67º 0.23% 0.92% -
XYZ 51.42 49.02 84.59 -
YUV 187.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 186 180 234 0.21 0.23 0 0.08 246.67 0.56 0.81
Hex BA B4 EA 15 17 0 8 F7 38 51
Octal 272 264 352 25 27 0 10 367 70 121
Binary 10111010 10110100 11101010 10101 10111 0 1000 11110111 111000 1010001

Color Harmonies of #BAB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4EA

Black with #BAB4EA

Text Example


Text Example

White with #BAB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4EA; }

 p { color: rgb(186,180,234); }

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

background-color css

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

 a { background-color: rgb(186,180,234); }

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

border-color css

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

 span { border-color: rgb(186,180,234); }

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