Html Css Color HEX #BABDCD Lavender Grey

📋 copy color: '#BABDCD'

red 186 ◦ green 189 ◦ blue 205

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

Shades of Lavender Grey #BABDCD

Tints of Lavender Grey #BABDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 32.07%
G = 32.59%
B = 35.34%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BABDCD (or 0xBABDCD) is known color: Lavender Grey. HEX triplet: BA, BD and CD. RGB value is (186,189,205). Sum of RGB (Red+Green+Blue) = 186+189+205=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCD is #454232. Grayscale: #BDBDBD. Windows color (decimal): -4538931 or 13483450. OLE color: 13483450.

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

Color convert

RGB 186 189 205 -
CMYK 0.09 0.08 0 0.20
HSL 230.53º 0.16% 0.77% -
HSV(B) 230.53º 0.09% 0.8% -
XYZ 49.47 51.24 65.04 -
YUV 189.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 186 189 205 0.09 0.08 0 0.20 230.53 0.16 0.77
Hex BA BD CD 9 8 0 14 E7 10 4D
Octal 272 275 315 11 10 0 24 347 20 115
Binary 10111010 10111101 11001101 1001 1000 0 10100 11100111 10000 1001101

Color Harmonies of #BABDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDCD

Black with #BABDCD

Text Example


Text Example

White with #BABDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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