#B6D5BE

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

Shades of Surf #B6D5BE

Tints of Surf #B6D5BE

Color information

#B6D5BE (or 0xB6D5BE) is unknown color: approx Surf. HEX triplet: B6, D5 and BE. RGB value is (182,213,190). Sum of RGB (Red+Green+Blue) = 182+213+190=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5BE is #492A41. Grayscale: #C9C9C9. Windows color (decimal): -4794946 or 12506550. OLE color: 12506550.

HSL color Cylindrical-coordinate representation of color #B6D5BE: hue angle of 135.48º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D5BE is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB182213190-
CMYK0.1500.110.16
HSL135.48º26.96%77.45%-
HSV(B)135.48º14.55%83.53%-
XYZ52.3861.2557.78-
YUV201.11121.73114.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=31.11%
G=36.41%
B=32.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131900.1500.110.16135.4826.9677.45
HexB6D5BEF0B10871b4d
Octal266325276170132020733115
Binary1011011011010101101111101111010111000010000111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D5BE; }

 p { color: rgb(182,213,190); }

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

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

 a { background-color: rgb(182,213,190); }

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

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

 span { border-color: rgb(182,213,190); }

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