#BABFCF

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

Shades of Spindle #BABFCF

Tints of Spindle #BABFCF

Color information

#BABFCF (or 0xBABFCF) is unknown color: approx Spindle. HEX triplet: BA, BF and CF. RGB value is (186,191,207). Sum of RGB (Red+Green+Blue) = 186+191+207=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCF is #454030. Grayscale: #BFBFBF. Windows color (decimal): -4538417 or 13615034. OLE color: 13615034.

HSL color Cylindrical-coordinate representation of color #BABFCF: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABFCF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186191207-
CMYK0.100.0800.19
HSL225.71º17.95%77.06%-
HSV(B)225.71º10.14%81.18%-
XYZ50.1452.2166.47-
YUV191.33136.84124.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=31.85%
G=32.71%
B=35.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861912070.100.0800.19225.7117.9577.06
HexBABFCFA8013e2124d
Octal272277317121002334222115
Binary1011101010111111110011111010100001001111100010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFCF; }

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

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

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

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

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

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

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

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