#BFC8CE

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

Shades of Spindle #BFC8CE

Tints of Spindle #BFC8CE

Color information

#BFC8CE (or 0xBFC8CE) is unknown color: approx Spindle. HEX triplet: BF, C8 and CE. RGB value is (191,200,206). Sum of RGB (Red+Green+Blue) = 191+200+206=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CE is #403731. Grayscale: #C5C5C5. Windows color (decimal): -4208434 or 13551807. OLE color: 13551807.

HSL color Cylindrical-coordinate representation of color #BFC8CE: hue angle of 204º 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 #BFC8CE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191200206-
CMYK0.070.0300.19
HSL204º13.27%77.84%-
HSV(B)204º7.28%80.78%-
XYZ53.2856.8466.56-
YUV197.99132.52123.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=31.99%
G=33.50%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912002060.070.0300.1920413.2777.84
HexBFC8CE73013ccd4e
Octal2773103167302331415116
Binary101111111100100011001110111110100111100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8CE; }

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

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

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

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

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

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

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

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