#B7D0BE

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

Shades of Surf #B7D0BE

Tints of Surf #B7D0BE

Color information

#B7D0BE (or 0xB7D0BE) is unknown color: approx Surf. HEX triplet: B7, D0 and BE. RGB value is (183,208,190). Sum of RGB (Red+Green+Blue) = 183+208+190=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0BE is #482F41. Grayscale: #C6C6C6. Windows color (decimal): -4730690 or 12505271. OLE color: 12505271.

HSL color Cylindrical-coordinate representation of color #B7D0BE: hue angle of 136.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D0BE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB183208190-
CMYK0.1200.090.18
HSL136.8º21.01%76.67%-
HSV(B)136.8º12.02%81.57%-
XYZ51.3858.957.38-
YUV198.47123.22116.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=31.50%
G=35.80%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832081900.1200.090.18136.821.0176.67
HexB7D0BEC091289154d
Octal267320276140112221125115
Binary1011011111010000101111101100010011001010001001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0BE; }

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

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

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

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

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

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

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

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