#B5D7BD

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

Shades of Surf #B5D7BD

Tints of Surf #B5D7BD

Color information

#B5D7BD (or 0xB5D7BD) is unknown color: approx Surf. HEX triplet: B5, D7 and BD. RGB value is (181,215,189). Sum of RGB (Red+Green+Blue) = 181+215+189=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D7BD is #4A2842. Grayscale: #C9C9C9. Windows color (decimal): -4859971 or 12441525. OLE color: 12441525.

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

Color convert

RGB181215189-
CMYK0.1600.120.16
HSL134.12º29.82%77.65%-
HSV(B)134.12º15.81%84.31%-
XYZ52.5462.157.36-
YUV201.87120.74113.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=30.94%
G=36.75%
B=32.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812151890.1600.120.16134.1229.8277.65
HexB5D7BD100C10861e4e
Octal265327275200142020636116
Binary10110101110101111011110110000011001000010000110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D7BD; }

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

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

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

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

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

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

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

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