#BCCCDF

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

Shades of Spindle #BCCCDF

Tints of Spindle #BCCCDF

Color information

#BCCCDF (or 0xBCCCDF) is unknown color: approx Spindle. HEX triplet: BC, CC and DF. RGB value is (188,204,223). Sum of RGB (Red+Green+Blue) = 188+204+223=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDF is #433320. Grayscale: #C9C9C9. Windows color (decimal): -4404001 or 14666940. OLE color: 14666940.

HSL color Cylindrical-coordinate representation of color #BCCCDF: hue angle of 212.57º 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 #BCCCDF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188204223-
CMYK0.160.0900.13
HSL212.57º35.35%80.59%-
HSV(B)212.57º15.7%87.45%-
XYZ55.6559.278.31-
YUV201.38140.2118.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=30.57%
G=33.17%
B=36.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882042230.160.0900.13212.5735.3580.59
HexBCCCDF1090Dd52351
Octal274314337201101532543121
Binary10111100110011001101111110000100101101110101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCDF; }

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

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

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

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

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

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

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

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