#BCCCDA

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

Shades of Spindle #BCCCDA

Tints of Spindle #BCCCDA

Color information

#BCCCDA (or 0xBCCCDA) is unknown color: approx Spindle. HEX triplet: BC, CC and DA. RGB value is (188,204,218). Sum of RGB (Red+Green+Blue) = 188+204+218=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDA is #433325. Grayscale: #C8C8C8. Windows color (decimal): -4404006 or 14339260. OLE color: 14339260.

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

Color convert

RGB188204218-
CMYK0.140.0600.15
HSL208º28.85%79.61%-
HSV(B)208º13.76%85.49%-
XYZ54.9958.9474.81-
YUV200.81137.7118.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=30.82%
G=33.44%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882042180.140.0600.1520828.8579.61
HexBCCCDAE60Fd01d50
Octal27431433216601732035120
Binary10111100110011001101101011101100111111010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCDA; }

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

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

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

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

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

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

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

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