Html Css Color HEX #A1BEC2 Casper

📋 copy color: '#A1BEC2'

red 161 ◦ green 190 ◦ blue 194

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

Shades of Casper #A1BEC2

Tints of Casper #A1BEC2

RGB

 RED value IS 161 (63.28% from 255) = 29.54%

 GREEN value IS 190 (74.61% from 255) = 34.86%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 29.54%
G = 34.86%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A1BEC2 (or 0xA1BEC2) is known color: Casper. HEX triplet: A1, BE and C2. RGB value is (161,190,194). Sum of RGB (Red+Green+Blue) = 161+190+194=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #A1BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEC2 is #5E413D. Grayscale: #B5B5B5. Windows color (decimal): -6177086 or 12762785. OLE color: 12762785.

HSL color Cylindrical-coordinate representation of color #A1BEC2: hue angle of 187.27º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BEC2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 190 194 -
CMYK 0.17 0.02 0 0.24
HSL 187.27º 0.21% 0.7% -
HSV(B) 187.27º 0.17% 0.76% -
XYZ 42.85 48.3 58.1 -
YUV 181.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 161 190 194 0.17 0.02 0 0.24 187.27 0.21 0.7
Hex A1 BE C2 11 2 0 18 BB 15 46
Octal 241 276 302 21 2 0 30 273 25 106
Binary 10100001 10111110 11000010 10001 10 0 11000 10111011 10101 1000110

Color Harmonies of #A1BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEC2

Black with #A1BEC2

Text Example


Text Example

White with #A1BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEC2; }

 p { color: rgb(161,190,194); }

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

background-color css

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

 a { background-color: rgb(161,190,194); }

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

border-color css

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

 span { border-color: rgb(161,190,194); }

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