#B5D4B7

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

Shades of Surf #B5D4B7

Tints of Surf #B5D4B7

Color information

#B5D4B7 (or 0xB5D4B7) is unknown color: approx Surf. HEX triplet: B5, D4 and B7. RGB value is (181,212,183). Sum of RGB (Red+Green+Blue) = 181+212+183=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D4B7 is #4A2B48. Grayscale: #C7C7C7. Windows color (decimal): -4860745 or 12047541. OLE color: 12047541.

HSL color Cylindrical-coordinate representation of color #B5D4B7: hue angle of 123.87º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D4B7 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB181212183-
CMYK0.1500.140.17
HSL123.87º26.5%77.06%-
HSV(B)123.87º14.62%83.14%-
XYZ51.1560.3353.75-
YUV199.42118.73114.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=31.42%
G=36.81%
B=31.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1812121830.1500.140.17123.8726.577.06
HexB5D4B7F0E117c1a4d
Octal265324267170162117432115
Binary101101011101010010110111111101110100011111100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D4B7; }

 p { color: rgb(181,212,183); }

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

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

 a { background-color: rgb(181,212,183); }

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

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

 span { border-color: rgb(181,212,183); }

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