Html Css Color HEX #A2BABC Casper

📋 copy color: '#A2BABC'

red 162 ◦ green 186 ◦ blue 188

#A2BABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casper #A2BABC

Tints of Casper #A2BABC

RGB

 RED value IS 162 (63.67% from 255) = 30.22%

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 30.22%
G = 34.7%
B = 35.07%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A2BABC (or 0xA2BABC) is known color: Casper. HEX triplet: A2, BA and BC. RGB value is (162,186,188). Sum of RGB (Red+Green+Blue) = 162+186+188=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BABC is #5D4543. Grayscale: #B3B3B3. Windows color (decimal): -6112580 or 12368546. OLE color: 12368546.

HSL color Cylindrical-coordinate representation of color #A2BABC: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BABC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 186 188 -
CMYK 0.14 0.01 0 0.26
HSL 184.62º 0.16% 0.69% -
HSV(B) 184.62º 0.14% 0.74% -
XYZ 41.54 46.43 54.35 -
YUV 179.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 162 186 188 0.14 0.01 0 0.26 184.62 0.16 0.69
Hex A2 BA BC E 1 0 1A B9 10 45
Octal 242 272 274 16 1 0 32 271 20 105
Binary 10100010 10111010 10111100 1110 1 0 11010 10111001 10000 1000101

Color Harmonies of #A2BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BABC

Black with #A2BABC

Text Example


Text Example

White with #A2BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BABC; }

 p { color: rgb(162,186,188); }

 H1.HeaderClassName
 {
   color: #A2BABC;
 }
 .AnyTagClassName
 {
   color: #A2BABC;
 }
</style>

background-color css

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

 a { background-color: rgb(162,186,188); }

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

border-color css

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

 span { border-color: rgb(162,186,188); }

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