Html Css Color HEX #BABDBF Heather

📋 copy color: '#BABDBF'

red 186 ◦ green 189 ◦ blue 191

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

Shades of Heather #BABDBF

Tints of Heather #BABDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.75%

R = 32.86%
G = 33.39%
B = 33.75%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BABDBF (or 0xBABDBF) is known color: Heather. HEX triplet: BA, BD and BF. RGB value is (186,189,191). Sum of RGB (Red+Green+Blue) = 186+189+191=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 191 - color contains mainly: blue. Hex color #BABDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDBF is #454240. Grayscale: #BCBCBC. Windows color (decimal): -4538945 or 12565946. OLE color: 12565946.

HSL color Cylindrical-coordinate representation of color #BABDBF: hue angle of 204º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABDBF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 189 191 -
CMYK 0.03 0.01 0 0.25
HSL 204º 0.04% 0.74% -
HSV(B) 204º 0.03% 0.75% -
XYZ 47.85 50.6 56.53 -
YUV 188.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 186 189 191 0.03 0.01 0 0.25 204 0.04 0.74
Hex BA BD BF 3 1 0 19 CC 4 4A
Octal 272 275 277 3 1 0 31 314 4 112
Binary 10111010 10111101 10111111 11 1 0 11001 11001100 100 1001010

Color Harmonies of #BABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDBF

Black with #BABDBF

Text Example


Text Example

White with #BABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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