#B0D0CF

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

Shades of Sinbad #B0D0CF

Tints of Sinbad #B0D0CF

Color information

#B0D0CF (or 0xB0D0CF) is unknown color: approx Sinbad. HEX triplet: B0, D0 and CF. RGB value is (176,208,207). Sum of RGB (Red+Green+Blue) = 176+208+207=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0CF is #4F2F30. Grayscale: #C6C6C6. Windows color (decimal): -5189425 or 13619376. OLE color: 13619376.

HSL color Cylindrical-coordinate representation of color #B0D0CF: hue angle of 178.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0CF is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB176208207-
CMYK0.1500.000.18
HSL178.12º25.4%75.29%-
HSV(B)178.12º15.38%81.57%-
XYZ51.7258.8567.66-
YUV198.32132.9112.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=29.78%
G=35.19%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762082070.1500.000.18178.1225.475.29
HexB0D0CFF0012b2194b
Octal26032031717002226231113
Binary1011000011010000110011111111001001010110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0CF; }

 p { color: rgb(176,208,207); }

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

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

 a { background-color: rgb(176,208,207); }

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

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

 span { border-color: rgb(176,208,207); }

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