#B0D9D8

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

Shades of Sinbad #B0D9D8

Tints of Sinbad #B0D9D8

Color information

#B0D9D8 (or 0xB0D9D8) is unknown color: approx Sinbad. HEX triplet: B0, D9 and D8. RGB value is (176,217,216). Sum of RGB (Red+Green+Blue) = 176+217+216=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9D8 is #4F2627. Grayscale: #CCCCCC. Windows color (decimal): -5187112 or 14211504. OLE color: 14211504.

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

Color convert

RGB176217216-
CMYK0.1900.000.15
HSL178.54º35.04%77.06%-
HSV(B)178.54º18.89%85.1%-
XYZ55.1163.8174.38-
YUV204.63134.42107.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=28.90%
G=35.63%
B=35.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762172160.1900.000.15178.5435.0477.06
HexB0D9D81300Fb3234d
Octal26033133023001726343115
Binary10110000110110011101100010011001111101100111000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D9D8; }

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

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

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

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

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

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

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

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