Html Css Color HEX #A1BABC Casper

📋 copy color: '#A1BABC'

red 161 ◦ green 186 ◦ blue 188

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

Shades of Casper #A1BABC

Tints of Casper #A1BABC

RGB

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

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

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

R = 30.09%
G = 34.77%
B = 35.14%

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

#A1BABC (or 0xA1BABC) is known color: Casper. HEX triplet: A1, BA and BC. RGB value is (161,186,188). Sum of RGB (Red+Green+Blue) = 161+186+188=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BABC is #5E4543. Grayscale: #B2B2B2. Windows color (decimal): -6178116 or 12368545. OLE color: 12368545.

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

Color convert

RGB 161 186 188 -
CMYK 0.14 0.01 0 0.26
HSL 184.44º 0.17% 0.68% -
HSV(B) 184.44º 0.14% 0.74% -
XYZ 41.33 46.33 54.34 -
YUV 178.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 161 186 188 0.14 0.01 0 0.26 184.44 0.17 0.68
Hex A1 BA BC E 1 0 1A B8 11 44
Octal 241 272 274 16 1 0 32 270 21 104
Binary 10100001 10111010 10111100 1110 1 0 11010 10111000 10001 1000100

Color Harmonies of #A1BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BABC

Black with #A1BABC

Text Example


Text Example

White with #A1BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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