#B3D4BA

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

Shades of Surf #B3D4BA

Tints of Surf #B3D4BA

Color information

#B3D4BA (or 0xB3D4BA) is unknown color: approx Surf. HEX triplet: B3, D4 and BA. RGB value is (179,212,186). Sum of RGB (Red+Green+Blue) = 179+212+186=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4BA is #4C2B45. Grayscale: #C7C7C7. Windows color (decimal): -4991814 or 12244147. OLE color: 12244147.

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

Color convert

RGB179212186-
CMYK0.1600.120.17
HSL132.73º27.73%76.67%-
HSV(B)132.73º15.57%83.14%-
XYZ5160.2255.39-
YUV199.17120.57113.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=31.02%
G=36.74%
B=32.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792121860.1600.120.17132.7327.7376.67
HexB3D4BA100C11851c4d
Octal263324272200142120534115
Binary10110011110101001011101010000011001000110000101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D4BA; }

 p { color: rgb(179,212,186); }

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

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

 a { background-color: rgb(179,212,186); }

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

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

 span { border-color: rgb(179,212,186); }

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