#BCCFDF

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

Shades of Spindle #BCCFDF

Tints of Spindle #BCCFDF

Color information

#BCCFDF (or 0xBCCFDF) is unknown color: approx Spindle. HEX triplet: BC, CF and DF. RGB value is (188,207,223). Sum of RGB (Red+Green+Blue) = 188+207+223=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDF is #433020. Grayscale: #CBCBCB. Windows color (decimal): -4403233 or 14667708. OLE color: 14667708.

HSL color Cylindrical-coordinate representation of color #BCCFDF: hue angle of 207.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCFDF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188207223-
CMYK0.160.0700.13
HSL207.43º35.35%80.59%-
HSV(B)207.43º15.7%87.45%-
XYZ56.3760.6478.55-
YUV203.14139.21117.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=30.42%
G=33.50%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882072230.160.0700.13207.4335.3580.59
HexBCCFDF1070Dcf2351
Octal27431733720701531743121
Binary1011110011001111110111111000011101101110011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFDF; }

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

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

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

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

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

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

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

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