Html Css Color HEX #A2BDC0 Casper

📋 copy color: '#A2BDC0'

red 162 ◦ green 189 ◦ blue 192

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

Shades of Casper #A2BDC0

Tints of Casper #A2BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.81%

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 29.83%
G = 34.81%
B = 35.36%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A2BDC0 (or 0xA2BDC0) is known color: Casper. HEX triplet: A2, BD and C0. RGB value is (162,189,192). Sum of RGB (Red+Green+Blue) = 162+189+192=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #A2BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDC0 is #5D423F. Grayscale: #B5B5B5. Windows color (decimal): -6111808 or 12631458. OLE color: 12631458.

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

Color convert

RGB 162 189 192 -
CMYK 0.16 0.02 0 0.25
HSL 186º 0.19% 0.69% -
HSV(B) 186º 0.16% 0.75% -
XYZ 42.61 47.88 56.87 -
YUV 181.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 162 189 192 0.16 0.02 0 0.25 186 0.19 0.69
Hex A2 BD C0 10 2 0 19 BA 13 45
Octal 242 275 300 20 2 0 31 272 23 105
Binary 10100010 10111101 11000000 10000 10 0 11001 10111010 10011 1000101

Color Harmonies of #A2BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDC0

Black with #A2BDC0

Text Example


Text Example

White with #A2BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDC0; }

 p { color: rgb(162,189,192); }

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

background-color css

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

 a { background-color: rgb(162,189,192); }

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

border-color css

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

 span { border-color: rgb(162,189,192); }

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