#B3D6B8

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

Shades of Surf #B3D6B8

Tints of Surf #B3D6B8

Color information

#B3D6B8 (or 0xB3D6B8) is unknown color: approx Surf. HEX triplet: B3, D6 and B8. RGB value is (179,214,184). Sum of RGB (Red+Green+Blue) = 179+214+184=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6B8 is #4C2947. Grayscale: #C8C8C8. Windows color (decimal): -4991304 or 12113587. OLE color: 12113587.

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

Color convert

RGB179214184-
CMYK0.1600.140.16
HSL128.57º29.91%77.06%-
HSV(B)128.57º16.36%83.92%-
XYZ51.2961.1454.44-
YUV200.12118.9112.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=31.02%
G=37.09%
B=31.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792141840.1600.140.16128.5729.9177.06
HexB3D6B8100E10811e4d
Octal263326270200162020136115
Binary10110011110101101011100010000011101000010000001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D6B8; }

 p { color: rgb(179,214,184); }

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

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

 a { background-color: rgb(179,214,184); }

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

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

 span { border-color: rgb(179,214,184); }

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