#81B2BC

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

Shades of Glacier #81B2BC

Tints of Glacier #81B2BC

Color information

#81B2BC (or 0x81B2BC) is unknown color: approx Glacier. HEX triplet: 81, B2 and BC. RGB value is (129,178,188). Sum of RGB (Red+Green+Blue) = 129+178+188=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #81B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2BC is #7E4D43. Grayscale: #A4A4A4. Windows color (decimal): -8277316 or 12366465. OLE color: 12366465.

HSL color Cylindrical-coordinate representation of color #81B2BC: hue angle of 190.17º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B2BC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129178188-
CMYK0.310.0500.26
HSL190.17º30.57%62.16%-
HSV(B)190.17º31.38%73.73%-
XYZ34.0540.1453.53-
YUV164.49141.27102.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.06%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=26.06%
G=35.96%
B=37.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291781880.310.0500.26190.1730.5762.16
Hex81B2BC1F501Abe1f3e
Octal2012622743750322763776
Binary100000011011001010111100111111010110101011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B2BC; }

 p { color: rgb(129,178,188); }

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

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

 a { background-color: rgb(129,178,188); }

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

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

 span { border-color: rgb(129,178,188); }

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