Html Css Color HEX #BABDCB Lavender Grey

📋 copy color: '#BABDCB'

red 186 ◦ green 189 ◦ blue 203

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

Shades of Lavender Grey #BABDCB

Tints of Lavender Grey #BABDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 32.18%
G = 32.7%
B = 35.12%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BABDCB (or 0xBABDCB) is known color: Lavender Grey. HEX triplet: BA, BD and CB. RGB value is (186,189,203). Sum of RGB (Red+Green+Blue) = 186+189+203=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCB is #454234. Grayscale: #BDBDBD. Windows color (decimal): -4538933 or 13352378. OLE color: 13352378.

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

Color convert

RGB 186 189 203 -
CMYK 0.08 0.07 0 0.20
HSL 229.41º 0.14% 0.76% -
HSV(B) 229.41º 0.08% 0.8% -
XYZ 49.23 51.15 63.78 -
YUV 189.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 186 189 203 0.08 0.07 0 0.20 229.41 0.14 0.76
Hex BA BD CB 8 7 0 14 E5 E 4C
Octal 272 275 313 10 7 0 24 345 16 114
Binary 10111010 10111101 11001011 1000 111 0 10100 11100101 1110 1001100

Color Harmonies of #BABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDCB

Black with #BABDCB

Text Example


Text Example

White with #BABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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