#B7D3BE

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

Shades of Surf #B7D3BE

Tints of Surf #B7D3BE

Color information

#B7D3BE (or 0xB7D3BE) is unknown color: approx Surf. HEX triplet: B7, D3 and BE. RGB value is (183,211,190). Sum of RGB (Red+Green+Blue) = 183+211+190=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3BE is #482C41. Grayscale: #C8C8C8. Windows color (decimal): -4729922 or 12506039. OLE color: 12506039.

HSL color Cylindrical-coordinate representation of color #B7D3BE: hue angle of 135º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D3BE is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB183211190-
CMYK0.1300.100.17
HSL135º24.14%77.25%-
HSV(B)135º13.27%82.75%-
XYZ52.1260.3757.62-
YUV200.23122.22115.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.34%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=31.34%
G=36.13%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832111900.1300.100.1713524.1477.25
HexB7D3BED0A1187184d
Octal267323276150122120730115
Binary1011011111010011101111101101010101000110000111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D3BE; }

 p { color: rgb(183,211,190); }

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

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

 a { background-color: rgb(183,211,190); }

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

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

 span { border-color: rgb(183,211,190); }

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