#BFC7CC

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

Shades of Spindle #BFC7CC

Tints of Spindle #BFC7CC

Color information

#BFC7CC (or 0xBFC7CC) is unknown color: approx Spindle. HEX triplet: BF, C7 and CC. RGB value is (191,199,204). Sum of RGB (Red+Green+Blue) = 191+199+204=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CC is #403833. Grayscale: #C5C5C5. Windows color (decimal): -4208692 or 13420479. OLE color: 13420479.

HSL color Cylindrical-coordinate representation of color #BFC7CC: hue angle of 203.08º 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 #BFC7CC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191199204-
CMYK0.060.0200.2
HSL203.08º11.3%77.45%-
HSV(B)203.08º6.37%80%-
XYZ52.8156.2865.21-
YUV197.18131.85123.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=32.15%
G=33.50%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911992040.060.0200.2203.0811.377.45
HexBFC7CC62014cbb4d
Octal2773073146202431313115
Binary101111111100011111001100110100101001100101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7CC; }

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

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

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

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

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

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

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

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