#B2D0D0

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

Shades of Sinbad #B2D0D0

Tints of Sinbad #B2D0D0

Color information

#B2D0D0 (or 0xB2D0D0) is unknown color: approx Sinbad. HEX triplet: B2, D0 and D0. RGB value is (178,208,208). Sum of RGB (Red+Green+Blue) = 178+208+208=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #B2D0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0D0 is #4D2F2F. Grayscale: #C7C7C7. Windows color (decimal): -5058352 or 13684914. OLE color: 13684914.

HSL color Cylindrical-coordinate representation of color #B2D0D0: hue angle of 180º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2D0D0 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178208208-
CMYK0.14000.18
HSL180º24.19%75.69%-
HSV(B)180º14.42%81.57%-
XYZ52.359.1368.33-
YUV199.03133.06113-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=29.97%
G=35.02%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782082080.14000.1818024.1975.69
HexB2D0D0E0012b4184c
Octal26232032016002226430114
Binary1011001011010000110100001110001001010110100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D0D0; }

 p { color: rgb(178,208,208); }

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

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

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

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

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

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

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