#BFCED4

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

Shades of Spindle #BFCED4

Tints of Spindle #BFCED4

Color information

#BFCED4 (or 0xBFCED4) is unknown color: approx Spindle. HEX triplet: BF, CE and D4. RGB value is (191,206,212). Sum of RGB (Red+Green+Blue) = 191+206+212=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED4 is #40312B. Grayscale: #CACACA. Windows color (decimal): -4206892 or 13946559. OLE color: 13946559.

HSL color Cylindrical-coordinate representation of color #BFCED4: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCED4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191206212-
CMYK0.100.0300.17
HSL197.14º19.63%79.02%-
HSV(B)197.14º9.91%83.14%-
XYZ55.4459.9770.94-
YUV202.2133.53120.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=31.36%
G=33.83%
B=34.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912062120.100.0300.17197.1419.6379.02
HexBFCED4A3011c5144f
Octal27731632412302130524117
Binary10111111110011101101010010101101000111000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCED4; }

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

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

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

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

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

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

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

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