#BCCADD

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

Shades of Spindle #BCCADD

Tints of Spindle #BCCADD

Color information

#BCCADD (or 0xBCCADD) is unknown color: approx Spindle. HEX triplet: BC, CA and DD. RGB value is (188,202,221). Sum of RGB (Red+Green+Blue) = 188+202+221=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADD is #433522. Grayscale: #C7C7C7. Windows color (decimal): -4404515 or 14535356. OLE color: 14535356.

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

Color convert

RGB188202221-
CMYK0.150.0900.13
HSL214.55º32.67%80.2%-
HSV(B)214.55º14.93%86.67%-
XYZ54.9158.1576.74-
YUV199.98139.86119.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=30.77%
G=33.06%
B=36.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882022210.150.0900.13214.5532.6780.2
HexBCCADDF90Dd72150
Octal274312335171101532741120
Binary1011110011001010110111011111100101101110101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCADD; }

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

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

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

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

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

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

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

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