#B5D6B4

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

Shades of Surf #B5D6B4

Tints of Surf #B5D6B4

Color information

#B5D6B4 (or 0xB5D6B4) is unknown color: approx Surf. HEX triplet: B5, D6 and B4. RGB value is (181,214,180). Sum of RGB (Red+Green+Blue) = 181+214+180=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6B4 is #4A294B. Grayscale: #C8C8C8. Windows color (decimal): -4860236 or 11851445. OLE color: 11851445.

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

Color convert

RGB181214180-
CMYK0.1500.160.16
HSL118.24º29.31%77.25%-
HSV(B)118.24º15.89%83.92%-
XYZ51.3461.2152.29-
YUV200.26116.57114.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=31.48%
G=37.22%
B=31.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812141800.1500.160.16118.2429.3177.25
HexB5D6B4F01010761d4d
Octal265326264170202016635115
Binary1011010111010110101101001111010000100001110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6B4; }

 p { color: rgb(181,214,180); }

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

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

 a { background-color: rgb(181,214,180); }

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

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

 span { border-color: rgb(181,214,180); }

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