#BFCED7

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

Shades of Spindle #BFCED7

Tints of Spindle #BFCED7

Color information

#BFCED7 (or 0xBFCED7) is unknown color: approx Spindle. HEX triplet: BF, CE and D7. RGB value is (191,206,215). Sum of RGB (Red+Green+Blue) = 191+206+215=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED7 is #403128. Grayscale: #CACACA. Windows color (decimal): -4206889 or 14143167. OLE color: 14143167.

HSL color Cylindrical-coordinate representation of color #BFCED7: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCED7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191206215-
CMYK0.110.0400.16
HSL202.5º23.08%79.61%-
HSV(B)202.5º11.16%84.31%-
XYZ55.8260.1372.95-
YUV202.54135.03119.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=31.21%
G=33.66%
B=35.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912062150.110.0400.16202.523.0879.61
HexBFCED7B4010ca1750
Octal27731632713402031227120
Binary101111111100111011010111101110001000011001010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCED7; }

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

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

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

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

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

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

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

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