#B0D7B7

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

Shades of Surf #B0D7B7

Tints of Surf #B0D7B7

Color information

#B0D7B7 (or 0xB0D7B7) is unknown color: approx Surf. HEX triplet: B0, D7 and B7. RGB value is (176,215,183). Sum of RGB (Red+Green+Blue) = 176+215+183=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7B7 is #4F2848. Grayscale: #C7C7C7. Windows color (decimal): -5187657 or 12048304. OLE color: 12048304.

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

Color convert

RGB176215183-
CMYK0.1800.150.16
HSL130.77º32.77%76.67%-
HSV(B)130.77º18.14%84.31%-
XYZ50.7561.2553.95-
YUV199.69118.58111.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=30.66%
G=37.46%
B=31.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151830.1800.150.16130.7732.7776.67
HexB0D7B7120F1083214d
Octal260327267220172020341115
Binary101100001101011110110111100100111110000100000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7B7; }

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

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

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

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

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

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

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

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