#BCC5D0

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

Shades of Spindle #BCC5D0

Tints of Spindle #BCC5D0

Color information

#BCC5D0 (or 0xBCC5D0) is unknown color: approx Spindle. HEX triplet: BC, C5 and D0. RGB value is (188,197,208). Sum of RGB (Red+Green+Blue) = 188+197+208=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D0 is #433A2F. Grayscale: #C3C3C3. Windows color (decimal): -4405808 or 13682108. OLE color: 13682108.

HSL color Cylindrical-coordinate representation of color #BCC5D0: hue angle of 213º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC5D0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188197208-
CMYK0.100.0500.18
HSL213º17.54%77.65%-
HSV(B)213º9.62%81.57%-
XYZ52.0955.1867.58-
YUV195.56135.02122.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 197 (77.34% from 255) = 33.22%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=31.70%
G=33.22%
B=35.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881972080.100.0500.1821317.5477.65
HexBCC5D0A5012d5124e
Octal27430532012502232522116
Binary101111001100010111010000101010101001011010101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5D0; }

 p { color: rgb(188,197,208); }

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

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

 a { background-color: rgb(188,197,208); }

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

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

 span { border-color: rgb(188,197,208); }

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