#BFC6CE

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

Shades of Spindle #BFC6CE

Tints of Spindle #BFC6CE

Color information

#BFC6CE (or 0xBFC6CE) is unknown color: approx Spindle. HEX triplet: BF, C6 and CE. RGB value is (191,198,206). Sum of RGB (Red+Green+Blue) = 191+198+206=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CE is #403931. Grayscale: #C4C4C4. Windows color (decimal): -4208946 or 13551295. OLE color: 13551295.

HSL color Cylindrical-coordinate representation of color #BFC6CE: hue angle of 212º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC6CE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191198206-
CMYK0.070.0400.19
HSL212º13.27%77.84%-
HSV(B)212º7.28%80.78%-
XYZ52.8255.9266.4-
YUV196.82133.18123.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=32.10%
G=33.28%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911982060.070.0400.1921213.2777.84
HexBFC6CE74013d4d4e
Octal2773063167402332415116
Binary1011111111000110110011101111000100111101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6CE; }

 p { color: rgb(191,198,206); }

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

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

 a { background-color: rgb(191,198,206); }

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

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

 span { border-color: rgb(191,198,206); }

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