#BFC8CD

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

Shades of Spindle #BFC8CD

Tints of Spindle #BFC8CD

Color information

#BFC8CD (or 0xBFC8CD) is unknown color: approx Spindle. HEX triplet: BF, C8 and CD. RGB value is (191,200,205). Sum of RGB (Red+Green+Blue) = 191+200+205=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CD is #403732. Grayscale: #C5C5C5. Windows color (decimal): -4208435 or 13486271. OLE color: 13486271.

HSL color Cylindrical-coordinate representation of color #BFC8CD: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC8CD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191200205-
CMYK0.070.0200.20
HSL201.43º12.28%77.65%-
HSV(B)201.43º6.83%80.39%-
XYZ53.1656.7965.92-
YUV197.88132.02123.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=32.05%
G=33.56%
B=34.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912002050.070.0200.20201.4312.2877.65
HexBFC8CD72014c9c4e
Octal2773103157202431114116
Binary101111111100100011001101111100101001100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8CD; }

 p { color: rgb(191,200,205); }

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

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

 a { background-color: rgb(191,200,205); }

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

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

 span { border-color: rgb(191,200,205); }

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