Html Css Color HEX #BABDCC Lavender Grey

📋 copy color: '#BABDCC'

red 186 ◦ green 189 ◦ blue 204

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

Shades of Lavender Grey #BABDCC

Tints of Lavender Grey #BABDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.64%

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 32.12%
G = 32.64%
B = 35.23%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BABDCC (or 0xBABDCC) is known color: Lavender Grey. HEX triplet: BA, BD and CC. RGB value is (186,189,204). Sum of RGB (Red+Green+Blue) = 186+189+204=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCC is #454233. Grayscale: #BDBDBD. Windows color (decimal): -4538932 or 13417914. OLE color: 13417914.

HSL color Cylindrical-coordinate representation of color #BABDCC: hue angle of 230º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABDCC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 189 204 -
CMYK 0.09 0.07 0 0.2
HSL 230º 0.15% 0.76% -
HSV(B) 230º 0.09% 0.8% -
XYZ 49.35 51.19 64.41 -
YUV 189.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 186 189 204 0.09 0.07 0 0.2 230 0.15 0.76
Hex BA BD CC 9 7 0 14 E6 F 4C
Octal 272 275 314 11 7 0 24 346 17 114
Binary 10111010 10111101 11001100 1001 111 0 10100 11100110 1111 1001100

Color Harmonies of #BABDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDCC

Black with #BABDCC

Text Example


Text Example

White with #BABDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDCC; }

 p { color: rgb(186,189,204); }

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

background-color css

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

 a { background-color: rgb(186,189,204); }

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

border-color css

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

 span { border-color: rgb(186,189,204); }

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