#B7D7BE

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

Shades of Surf #B7D7BE

Tints of Surf #B7D7BE

Color information

#B7D7BE (or 0xB7D7BE) is unknown color: approx Surf. HEX triplet: B7, D7 and BE. RGB value is (183,215,190). Sum of RGB (Red+Green+Blue) = 183+215+190=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7BE is #482841. Grayscale: #CACACA. Windows color (decimal): -4728898 or 12507063. OLE color: 12507063.

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

Color convert

RGB183215190-
CMYK0.1500.120.16
HSL133.12º28.57%78.04%-
HSV(B)133.12º14.88%84.31%-
XYZ53.1262.3957.96-
YUV202.58120.9114.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.12%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=31.12%
G=36.56%
B=32.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832151900.1500.120.16133.1228.5778.04
HexB7D7BEF0C10851d4e
Octal267327276170142020535116
Binary1011011111010111101111101111011001000010000101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D7BE; }

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

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

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

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

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

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

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

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