#B5D1BD

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

Shades of Surf #B5D1BD

Tints of Surf #B5D1BD

Color information

#B5D1BD (or 0xB5D1BD) is unknown color: approx Surf. HEX triplet: B5, D1 and BD. RGB value is (181,209,189). Sum of RGB (Red+Green+Blue) = 181+209+189=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1BD is #4A2E42. Grayscale: #C6C6C6. Windows color (decimal): -4861507 or 12439989. OLE color: 12439989.

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

Color convert

RGB181209189-
CMYK0.1300.100.18
HSL137.14º23.33%76.47%-
HSV(B)137.14º13.4%81.96%-
XYZ51.0459.156.86-
YUV198.35122.72115.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=31.26%
G=36.10%
B=32.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812091890.1300.100.18137.1423.3376.47
HexB5D1BDD0A1289174c
Octal265321275150122221127114
Binary1011010111010001101111011101010101001010001001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D1BD; }

 p { color: rgb(181,209,189); }

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

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

 a { background-color: rgb(181,209,189); }

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

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

 span { border-color: rgb(181,209,189); }

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