#A2BBBE

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

Shades of Casper #A2BBBE

Tints of Casper #A2BBBE

Color information

#A2BBBE (or 0xA2BBBE) is unknown color: approx Casper. HEX triplet: A2, BB and BE. RGB value is (162,187,190). Sum of RGB (Red+Green+Blue) = 162+187+190=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBBE is #5D4441. Grayscale: #B3B3B3. Windows color (decimal): -6112322 or 12499874. OLE color: 12499874.

HSL color Cylindrical-coordinate representation of color #A2BBBE: hue angle of 186.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BBBE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162187190-
CMYK0.150.0200.25
HSL186.43º17.72%69.02%-
HSV(B)186.43º14.74%74.51%-
XYZ41.9646.9455.56-
YUV179.87133.72115.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=30.06%
G=34.69%
B=35.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621871900.150.0200.25186.4317.7269.02
HexA2BBBEF2019ba1245
Octal24227327617203127222105
Binary10100010101110111011111011111001100110111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBBE; }

 p { color: rgb(162,187,190); }

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

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

 a { background-color: rgb(162,187,190); }

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

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

 span { border-color: rgb(162,187,190); }

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