#B3D3BA

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

Shades of Surf #B3D3BA

Tints of Surf #B3D3BA

Color information

#B3D3BA (or 0xB3D3BA) is unknown color: approx Surf. HEX triplet: B3, D3 and BA. RGB value is (179,211,186). Sum of RGB (Red+Green+Blue) = 179+211+186=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3BA is #4C2C45. Grayscale: #C6C6C6. Windows color (decimal): -4992070 or 12243891. OLE color: 12243891.

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

Color convert

RGB179211186-
CMYK0.1500.120.17
HSL133.12º26.67%76.47%-
HSV(B)133.12º15.17%82.75%-
XYZ50.7559.7255.31-
YUV198.58120.9114.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=31.08%
G=36.63%
B=32.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111860.1500.120.17133.1226.6776.47
HexB3D3BAF0C11851b4c
Octal263323272170142120533114
Binary1011001111010011101110101111011001000110000101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D3BA; }

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

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

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

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

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

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

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

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