#B2D0B4

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

Shades of Surf #B2D0B4

Tints of Surf #B2D0B4

Color information

#B2D0B4 (or 0xB2D0B4) is unknown color: approx Surf. HEX triplet: B2, D0 and B4. RGB value is (178,208,180). Sum of RGB (Red+Green+Blue) = 178+208+180=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0B4 is #4D2F4B. Grayscale: #C3C3C3. Windows color (decimal): -5058380 or 11849906. OLE color: 11849906.

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

Color convert

RGB178208180-
CMYK0.1400.130.18
HSL124º24.19%75.69%-
HSV(B)124º14.42%81.57%-
XYZ49.1557.8751.76-
YUV195.84119.06115.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.45%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=31.45%
G=36.75%
B=31.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782081800.1400.130.1812424.1975.69
HexB2D0B4E0D127c184c
Octal262320264160152217430114
Binary101100101101000010110100111001101100101111100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D0B4; }

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

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

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

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

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

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

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

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