#BFC6CC

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

Shades of Spindle #BFC6CC

Tints of Spindle #BFC6CC

Color information

#BFC6CC (or 0xBFC6CC) is unknown color: approx Spindle. HEX triplet: BF, C6 and CC. RGB value is (191,198,204). Sum of RGB (Red+Green+Blue) = 191+198+204=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CC is #403933. Grayscale: #C4C4C4. Windows color (decimal): -4208948 or 13420223. OLE color: 13420223.

HSL color Cylindrical-coordinate representation of color #BFC6CC: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC6CC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191198204-
CMYK0.060.0300.2
HSL207.69º11.3%77.45%-
HSV(B)207.69º6.37%80%-
XYZ52.5855.8265.13-
YUV196.59132.18124.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=32.21%
G=33.39%
B=34.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911982040.060.0300.2207.6911.377.45
HexBFC6CC63014d0b4d
Octal2773063146302432013115
Binary101111111100011011001100110110101001101000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6CC; }

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

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

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

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

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

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

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

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