#B1D0CD

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

Shades of Sinbad #B1D0CD

Tints of Sinbad #B1D0CD

Color information

#B1D0CD (or 0xB1D0CD) is unknown color: approx Sinbad. HEX triplet: B1, D0 and CD. RGB value is (177,208,205). Sum of RGB (Red+Green+Blue) = 177+208+205=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0CD is #4E2F32. Grayscale: #C6C6C6. Windows color (decimal): -5123891 or 13488305. OLE color: 13488305.

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

Color convert

RGB177208205-
CMYK0.1500.010.18
HSL174.19º24.8%75.49%-
HSV(B)174.19º14.9%81.57%-
XYZ51.7158.8766.39-
YUV198.39131.73112.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=30%
G=35.25%
B=34.75%

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
Decimal1772082050.1500.010.18174.1924.875.49
HexB1D0CDF0112ae194b
Octal26132031517012225631113
Binary1011000111010000110011011111011001010101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0CD; }

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

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

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

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

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

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

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

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