#BCC9DA

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

Shades of Spindle #BCC9DA

Tints of Spindle #BCC9DA

Color information

#BCC9DA (or 0xBCC9DA) is unknown color: approx Spindle. HEX triplet: BC, C9 and DA. RGB value is (188,201,218). Sum of RGB (Red+Green+Blue) = 188+201+218=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DA is #433625. Grayscale: #C6C6C6. Windows color (decimal): -4404774 or 14338492. OLE color: 14338492.

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

Color convert

RGB188201218-
CMYK0.140.0800.15
HSL214º28.85%79.61%-
HSV(B)214º13.76%85.49%-
XYZ54.2857.5374.57-
YUV199.05138.69120.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=30.97%
G=33.11%
B=35.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882012180.140.0800.1521428.8579.61
HexBCC9DAE80Fd61d50
Octal274311332161001732635120
Binary101111001100100111011010111010000111111010110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9DA; }

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

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

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

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

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

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

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

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