#B0D1CE

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

Shades of Sinbad #B0D1CE

Tints of Sinbad #B0D1CE

Color information

#B0D1CE (or 0xB0D1CE) is unknown color: approx Sinbad. HEX triplet: B0, D1 and CE. RGB value is (176,209,206). Sum of RGB (Red+Green+Blue) = 176+209+206=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1CE is #4F2E31. Grayscale: #C6C6C6. Windows color (decimal): -5189170 or 13554096. OLE color: 13554096.

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

Color convert

RGB176209206-
CMYK0.1600.010.18
HSL174.55º26.4%75.49%-
HSV(B)174.55º15.79%81.96%-
XYZ51.8559.2967.1-
YUV198.79132.07111.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=29.78%
G=35.36%
B=34.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762092060.1600.010.18174.5526.475.49
HexB0D1CE100112af1a4b
Octal26032131620012225732113
Binary10110000110100011100111010000011001010101111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1CE; }

 p { color: rgb(176,209,206); }

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

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

 a { background-color: rgb(176,209,206); }

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

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

 span { border-color: rgb(176,209,206); }

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