#B3D8B6

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

Shades of Surf #B3D8B6

Tints of Surf #B3D8B6

Color information

#B3D8B6 (or 0xB3D8B6) is unknown color: approx Surf. HEX triplet: B3, D8 and B6. RGB value is (179,216,182). Sum of RGB (Red+Green+Blue) = 179+216+182=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8B6 is #4C2749. Grayscale: #C9C9C9. Windows color (decimal): -4990794 or 11983027. OLE color: 11983027.

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

Color convert

RGB179216182-
CMYK0.1700.160.15
HSL124.86º32.17%77.45%-
HSV(B)124.86º17.13%84.71%-
XYZ51.5962.0753.52-
YUV201.06117.24112.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=31.02%
G=37.44%
B=31.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792161820.1700.160.15124.8632.1777.45
HexB3D8B611010F7d204d
Octal263330266210201717540115
Binary10110011110110001011011010001010000111111111011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D8B6; }

 p { color: rgb(179,216,182); }

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

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

 a { background-color: rgb(179,216,182); }

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

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

 span { border-color: rgb(179,216,182); }

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