#BABEC4

Color #BABEC4 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BABEC4

Tints of Spindle #BABEC4

Color information

#BABEC4 (or 0xBABEC4) is unknown color: approx Spindle. HEX triplet: BA, BE and C4. RGB value is (186,190,196). Sum of RGB (Red+Green+Blue) = 186+190+196=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 196 - color contains mainly: blue. Hex color #BABEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC4 is #45413B. Grayscale: #BDBDBD. Windows color (decimal): -4538684 or 12893882. OLE color: 12893882.

HSL color Cylindrical-coordinate representation of color #BABEC4: hue angle of 216º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABEC4 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186190196-
CMYK0.050.0300.23
HSL216º7.81%74.9%-
HSV(B)216º5.1%76.86%-
XYZ48.6351.2559.55-
YUV189.49131.67125.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=32.52%
G=33.22%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861901960.050.0300.232167.8174.9
HexBABEC453017d884b
Octal2722763045302733010113
Binary101110101011111011000100101110101111101100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEC4; }

 p { color: rgb(186,190,196); }

 H1.HeaderClassName
 {
   color: #BABEC4;
 }
 .AnyTagClassName
 {
   color: #BABEC4;
 }
</style>
background-color css

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

 a { background-color: rgb(186,190,196); }

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

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

 span { border-color: rgb(186,190,196); }

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