#B6D5B7

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

Shades of Surf #B6D5B7

Tints of Surf #B6D5B7

Color information

#B6D5B7 (or 0xB6D5B7) is unknown color: approx Surf. HEX triplet: B6, D5 and B7. RGB value is (182,213,183). Sum of RGB (Red+Green+Blue) = 182+213+183=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5B7 is #492A48. Grayscale: #C8C8C8. Windows color (decimal): -4794953 or 12047798. OLE color: 12047798.

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

Color convert

RGB182213183-
CMYK0.1500.140.16
HSL121.94º26.96%77.45%-
HSV(B)121.94º14.55%83.53%-
XYZ51.6360.9553.84-
YUV200.31118.23114.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=31.49%
G=36.85%
B=31.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131830.1500.140.16121.9426.9677.45
HexB6D5B7F0E107a1b4d
Octal266325267170162017233115
Binary101101101101010110110111111101110100001111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D5B7; }

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

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

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

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

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

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

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

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