#BCCCDC

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

Shades of Spindle #BCCCDC

Tints of Spindle #BCCCDC

Color information

#BCCCDC (or 0xBCCCDC) is unknown color: approx Spindle. HEX triplet: BC, CC and DC. RGB value is (188,204,220). Sum of RGB (Red+Green+Blue) = 188+204+220=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDC is #433323. Grayscale: #C8C8C8. Windows color (decimal): -4404004 or 14470332. OLE color: 14470332.

HSL color Cylindrical-coordinate representation of color #BCCCDC: hue angle of 210º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCCDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188204220-
CMYK0.150.0700.14
HSL210º31.37%80%-
HSV(B)210º14.55%86.27%-
XYZ55.2559.0476.19-
YUV201.04138.7118.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=30.72%
G=33.33%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882042200.150.0700.1421031.3780
HexBCCCDCF70Ed21f50
Octal27431433417701632237120
Binary10111100110011001101110011111110111011010010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCDC; }

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

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

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

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

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

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

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

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