#BCC9DB

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

Shades of Spindle #BCC9DB

Tints of Spindle #BCC9DB

Color information

#BCC9DB (or 0xBCC9DB) is unknown color: approx Spindle. HEX triplet: BC, C9 and DB. RGB value is (188,201,219). Sum of RGB (Red+Green+Blue) = 188+201+219=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DB is #433624. Grayscale: #C7C7C7. Windows color (decimal): -4404773 or 14404028. OLE color: 14404028.

HSL color Cylindrical-coordinate representation of color #BCC9DB: hue angle of 214.84º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC9DB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188201219-
CMYK0.140.0800.14
HSL214.84º30.1%79.8%-
HSV(B)214.84º14.16%85.88%-
XYZ54.4157.5875.26-
YUV199.16139.19120.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=30.92%
G=33.06%
B=36.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882012190.140.0800.14214.8430.179.8
HexBCC9DBE80Ed71e50
Octal274311333161001632736120
Binary101111001100100111011011111010000111011010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9DB; }

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

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

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

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

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

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

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

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