#B0C5D9

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

Shades of Spindle #B0C5D9

Tints of Spindle #B0C5D9

Color information

#B0C5D9 (or 0xB0C5D9) is unknown color: approx Spindle. HEX triplet: B0, C5 and D9. RGB value is (176,197,217). Sum of RGB (Red+Green+Blue) = 176+197+217=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0C5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5D9 is #4F3A26. Grayscale: #C0C0C0. Windows color (decimal): -5192231 or 14271920. OLE color: 14271920.

HSL color Cylindrical-coordinate representation of color #B0C5D9: hue angle of 209.27º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0C5D9 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176197217-
CMYK0.190.0900.15
HSL209.27º35.04%77.06%-
HSV(B)209.27º18.89%85.1%-
XYZ50.454.1773.45-
YUV193141.54115.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=29.83%
G=33.39%
B=36.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761972170.190.0900.15209.2735.0477.06
HexB0C5D91390Fd1234d
Octal260305331231101732143115
Binary10110000110001011101100110011100101111110100011000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5D9; }

 p { color: rgb(176,197,217); }

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

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

 a { background-color: rgb(176,197,217); }

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

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

 span { border-color: rgb(176,197,217); }

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