Html Css Color HEX #BABCDA Lavender Grey

📋 copy color: '#BABCDA'

red 186 ◦ green 188 ◦ blue 218

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

Shades of Lavender Grey #BABCDA

Tints of Lavender Grey #BABCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 31.42%
G = 31.76%
B = 36.82%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BABCDA (or 0xBABCDA) is known color: Lavender Grey. HEX triplet: BA, BC and DA. RGB value is (186,188,218). Sum of RGB (Red+Green+Blue) = 186+188+218=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #BABCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDA is #454325. Grayscale: #BEBEBE. Windows color (decimal): -4539174 or 14335162. OLE color: 14335162.

HSL color Cylindrical-coordinate representation of color #BABCDA: hue angle of 236.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABCDA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 188 218 -
CMYK 0.15 0.14 0 0.15
HSL 236.25º 0.3% 0.79% -
HSV(B) 236.25º 0.15% 0.85% -
XYZ 50.89 51.47 73.58 -
YUV 190.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 186 188 218 0.15 0.14 0 0.15 236.25 0.3 0.79
Hex BA BC DA F E 0 F EC 1E 4F
Octal 272 274 332 17 16 0 17 354 36 117
Binary 10111010 10111100 11011010 1111 1110 0 1111 11101100 11110 1001111

Color Harmonies of #BABCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCDA

Black with #BABCDA

Text Example


Text Example

White with #BABCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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