Html Css Color HEX #A0BABC Casper

📋 copy color: '#A0BABC'

red 160 ◦ green 186 ◦ blue 188

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

Shades of Casper #A0BABC

Tints of Casper #A0BABC

RGB

 RED value IS 160 (62.89% from 255) = 29.96%

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

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

R = 29.96%
G = 34.83%
B = 35.21%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0BABC (or 0xA0BABC) is known color: Casper. HEX triplet: A0, BA and BC. RGB value is (160,186,188). Sum of RGB (Red+Green+Blue) = 160+186+188=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BABC is #5F4543. Grayscale: #B2B2B2. Windows color (decimal): -6243652 or 12368544. OLE color: 12368544.

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

Color convert

RGB 160 186 188 -
CMYK 0.15 0.01 0 0.26
HSL 184.29º 0.17% 0.68% -
HSV(B) 184.29º 0.15% 0.74% -
XYZ 41.13 46.22 54.33 -
YUV 178.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 160 186 188 0.15 0.01 0 0.26 184.29 0.17 0.68
Hex A0 BA BC F 1 0 1A B8 11 44
Octal 240 272 274 17 1 0 32 270 21 104
Binary 10100000 10111010 10111100 1111 1 0 11010 10111000 10001 1000100

Color Harmonies of #A0BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BABC

Black with #A0BABC

Text Example


Text Example

White with #A0BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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