#BFCED8

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

Shades of Spindle #BFCED8

Tints of Spindle #BFCED8

Color information

#BFCED8 (or 0xBFCED8) is unknown color: approx Spindle. HEX triplet: BF, CE and D8. RGB value is (191,206,216). Sum of RGB (Red+Green+Blue) = 191+206+216=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED8 is #403127. Grayscale: #CACACA. Windows color (decimal): -4206888 or 14208703. OLE color: 14208703.

HSL color Cylindrical-coordinate representation of color #BFCED8: hue angle of 204º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCED8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191206216-
CMYK0.120.0500.15
HSL204º24.27%79.8%-
HSV(B)204º11.57%84.71%-
XYZ55.9560.1873.63-
YUV202.66135.53119.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=31.16%
G=33.61%
B=35.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912062160.120.0500.1520424.2779.8
HexBFCED8C50Fcc1850
Octal27731633014501731430120
Binary10111111110011101101100011001010111111001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCED8; }

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

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

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

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

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

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

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

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