#B1D0CF

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

Shades of Sinbad #B1D0CF

Tints of Sinbad #B1D0CF

Color information

#B1D0CF (or 0xB1D0CF) is unknown color: approx Sinbad. HEX triplet: B1, D0 and CF. RGB value is (177,208,207). Sum of RGB (Red+Green+Blue) = 177+208+207=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0CF is #4E2F30. Grayscale: #C6C6C6. Windows color (decimal): -5123889 or 13619377. OLE color: 13619377.

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

Color convert

RGB177208207-
CMYK0.1500.000.18
HSL178.06º24.8%75.49%-
HSV(B)178.06º14.9%81.57%-
XYZ51.9558.9667.67-
YUV198.62132.73112.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.90%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=29.90%
G=35.14%
B=34.97%

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
Decimal1772082070.1500.000.18178.0624.875.49
HexB1D0CFF0012b2194b
Octal26132031717002226231113
Binary1011000111010000110011111111001001010110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0CF; }

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

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

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

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

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

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

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

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