Html Css Color HEX #A2BABB Casper

📋 copy color: '#A2BABB'

red 162 ◦ green 186 ◦ blue 187

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

Shades of Casper #A2BABB

Tints of Casper #A2BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 30.28%
G = 34.77%
B = 34.95%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A2BABB (or 0xA2BABB) is known color: Casper. HEX triplet: A2, BA and BB. RGB value is (162,186,187). Sum of RGB (Red+Green+Blue) = 162+186+187=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #A2BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BABB is #5D4544. Grayscale: #B2B2B2. Windows color (decimal): -6112581 or 12303010. OLE color: 12303010.

HSL color Cylindrical-coordinate representation of color #A2BABB: hue angle of 182.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BABB is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 186 187 -
CMYK 0.13 0.01 0 0.27
HSL 182.4º 0.16% 0.68% -
HSV(B) 182.4º 0.13% 0.73% -
XYZ 41.43 46.39 53.78 -
YUV 178.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 162 186 187 0.13 0.01 0 0.27 182.4 0.16 0.68
Hex A2 BA BB D 1 0 1B B6 10 44
Octal 242 272 273 15 1 0 33 266 20 104
Binary 10100010 10111010 10111011 1101 1 0 11011 10110110 10000 1000100

Color Harmonies of #A2BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BABB

Black with #A2BABB

Text Example


Text Example

White with #A2BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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