#B5DBB6

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

Shades of Surf #B5DBB6

Tints of Surf #B5DBB6

Color information

#B5DBB6 (or 0xB5DBB6) is unknown color: approx Surf. HEX triplet: B5, DB and B6. RGB value is (181,219,182). Sum of RGB (Red+Green+Blue) = 181+219+182=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBB6 is #4A2449. Grayscale: #CBCBCB. Windows color (decimal): -4858954 or 11983797. OLE color: 11983797.

HSL color Cylindrical-coordinate representation of color #B5DBB6: hue angle of 121.58º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBB6 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB181219182-
CMYK0.1700.170.14
HSL121.58º34.55%78.43%-
HSV(B)121.58º17.35%85.88%-
XYZ52.8363.8653.8-
YUV203.42115.91112.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=31.10%
G=37.63%
B=31.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191820.1700.170.14121.5834.5578.43
HexB5DBB611011E7a234e
Octal265333266210211617243116
Binary10110101110110111011011010001010001111011110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBB6; }

 p { color: rgb(181,219,182); }

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

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

 a { background-color: rgb(181,219,182); }

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

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

 span { border-color: rgb(181,219,182); }

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