Html Css Color HEX #BABCD2 Lavender Grey

📋 copy color: '#BABCD2'

red 186 ◦ green 188 ◦ blue 210

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

Shades of Lavender Grey #BABCD2

Tints of Lavender Grey #BABCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 31.85%
G = 32.19%
B = 35.96%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BABCD2 (or 0xBABCD2) is known color: Lavender Grey. HEX triplet: BA, BC and D2. RGB value is (186,188,210). Sum of RGB (Red+Green+Blue) = 186+188+210=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD2 is #45432D. Grayscale: #BDBDBD. Windows color (decimal): -4539182 or 13810874. OLE color: 13810874.

HSL color Cylindrical-coordinate representation of color #BABCD2: hue angle of 235º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABCD2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 188 210 -
CMYK 0.11 0.10 0 0.18
HSL 235º 0.21% 0.78% -
HSV(B) 235º 0.11% 0.82% -
XYZ 49.87 51.06 68.2 -
YUV 189.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 186 188 210 0.11 0.10 0 0.18 235 0.21 0.78
Hex BA BC D2 B A 0 12 EB 15 4E
Octal 272 274 322 13 12 0 22 353 25 116
Binary 10111010 10111100 11010010 1011 1010 0 10010 11101011 10101 1001110

Color Harmonies of #BABCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCD2

Black with #BABCD2

Text Example


Text Example

White with #BABCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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