#B2D5B5

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

Shades of Surf #B2D5B5

Tints of Surf #B2D5B5

Color information

#B2D5B5 (or 0xB2D5B5) is unknown color: approx Surf. HEX triplet: B2, D5 and B5. RGB value is (178,213,181). Sum of RGB (Red+Green+Blue) = 178+213+181=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D5B5 is #4D2A4A. Grayscale: #C6C6C6. Windows color (decimal): -5057099 or 11916722. OLE color: 11916722.

HSL color Cylindrical-coordinate representation of color #B2D5B5: hue angle of 125.14º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D5B5 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB178213181-
CMYK0.1600.150.16
HSL125.14º29.41%76.67%-
HSV(B)125.14º16.43%83.53%-
XYZ50.4960.3952.71-
YUV198.89117.9113.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=31.12%
G=37.24%
B=31.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131810.1600.150.16125.1429.4176.67
HexB2D5B5100F107d1d4d
Octal262325265200172017535115
Binary1011001011010101101101011000001111100001111101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D5B5; }

 p { color: rgb(178,213,181); }

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

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

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

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

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

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

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