#BCCFD9

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

Shades of Spindle #BCCFD9

Tints of Spindle #BCCFD9

Color information

#BCCFD9 (or 0xBCCFD9) is unknown color: approx Spindle. HEX triplet: BC, CF and D9. RGB value is (188,207,217). Sum of RGB (Red+Green+Blue) = 188+207+217=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD9 is #433026. Grayscale: #CACACA. Windows color (decimal): -4403239 or 14274492. OLE color: 14274492.

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

Color convert

RGB188207217-
CMYK0.130.0500.15
HSL200.69º27.62%79.41%-
HSV(B)200.69º13.36%85.1%-
XYZ55.5860.3374.36-
YUV202.46136.21117.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=30.72%
G=33.82%
B=35.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882072170.130.0500.15200.6927.6279.41
HexBCCFD9D50Fc91c4f
Octal27431733115501731134117
Binary10111100110011111101100111011010111111001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD9; }

 p { color: rgb(188,207,217); }

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

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

 a { background-color: rgb(188,207,217); }

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

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

 span { border-color: rgb(188,207,217); }

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