#BCCDDD

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

Shades of Spindle #BCCDDD

Tints of Spindle #BCCDDD

Color information

#BCCDDD (or 0xBCCDDD) is unknown color: approx Spindle. HEX triplet: BC, CD and DD. RGB value is (188,205,221). Sum of RGB (Red+Green+Blue) = 188+205+221=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDDD is #433222. Grayscale: #C9C9C9. Windows color (decimal): -4403747 or 14536124. OLE color: 14536124.

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

Color convert

RGB188205221-
CMYK0.150.0700.13
HSL209.09º32.67%80.2%-
HSV(B)209.09º14.93%86.67%-
XYZ55.6259.5776.97-
YUV201.74138.87118.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=30.62%
G=33.39%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882052210.150.0700.13209.0932.6780.2
HexBCCDDDF70Dd12150
Octal27431533517701532141120
Binary101111001100110111011101111111101101110100011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDDD; }

 p { color: rgb(188,205,221); }

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

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

 a { background-color: rgb(188,205,221); }

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

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

 span { border-color: rgb(188,205,221); }

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