#B1D0CE

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

Shades of Sinbad #B1D0CE

Tints of Sinbad #B1D0CE

Color information

#B1D0CE (or 0xB1D0CE) is unknown color: approx Sinbad. HEX triplet: B1, D0 and CE. RGB value is (177,208,206). Sum of RGB (Red+Green+Blue) = 177+208+206=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0CE is #4E2F31. Grayscale: #C6C6C6. Windows color (decimal): -5123890 or 13553841. OLE color: 13553841.

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

Color convert

RGB177208206-
CMYK0.1500.010.18
HSL176.13º24.8%75.49%-
HSV(B)176.13º14.9%81.57%-
XYZ51.8358.9267.03-
YUV198.5132.23112.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.95%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=29.95%
G=35.19%
B=34.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772082060.1500.010.18176.1324.875.49
HexB1D0CEF0112b0194b
Octal26132031617012226031113
Binary1011000111010000110011101111011001010110000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0CE; }

 p { color: rgb(177,208,206); }

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

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

 a { background-color: rgb(177,208,206); }

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

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

 span { border-color: rgb(177,208,206); }

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