#BCCAD8

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

Shades of Spindle #BCCAD8

Tints of Spindle #BCCAD8

Color information

#BCCAD8 (or 0xBCCAD8) is unknown color: approx Spindle. HEX triplet: BC, CA and D8. RGB value is (188,202,216). Sum of RGB (Red+Green+Blue) = 188+202+216=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD8 is #433527. Grayscale: #C7C7C7. Windows color (decimal): -4404520 or 14207676. OLE color: 14207676.

HSL color Cylindrical-coordinate representation of color #BCCAD8: hue angle of 210º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCAD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188202216-
CMYK0.130.0600.15
HSL210º26.42%79.22%-
HSV(B)210º12.96%84.71%-
XYZ54.2557.8973.28-
YUV199.41137.36119.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=31.02%
G=33.33%
B=35.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882022160.130.0600.1521026.4279.22
HexBCCAD8D60Fd21a4f
Octal27431233015601732232117
Binary10111100110010101101100011011100111111010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAD8; }

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

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

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

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

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

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

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

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