#BCCCDD

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

Shades of Spindle #BCCCDD

Tints of Spindle #BCCCDD

Color information

#BCCCDD (or 0xBCCCDD) is unknown color: approx Spindle. HEX triplet: BC, CC and DD. RGB value is (188,204,221). Sum of RGB (Red+Green+Blue) = 188+204+221=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDD is #433322. Grayscale: #C9C9C9. Windows color (decimal): -4404003 or 14535868. OLE color: 14535868.

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

Color convert

RGB188204221-
CMYK0.150.0800.13
HSL210.91º32.67%80.2%-
HSV(B)210.91º14.93%86.67%-
XYZ55.3859.176.89-
YUV201.15139.2118.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=30.67%
G=33.28%
B=36.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882042210.150.0800.13210.9132.6780.2
HexBCCCDDF80Dd32150
Octal274314335171001532341120
Binary1011110011001100110111011111100001101110100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCDD; }

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

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

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

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

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

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

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

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