Html Css Color HEX #A0B9BC Casper

📋 copy color: '#A0B9BC'

red 160 ◦ green 185 ◦ blue 188

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

Shades of Casper #A0B9BC

Tints of Casper #A0B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.71%

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

R = 30.02%
G = 34.71%
B = 35.27%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0B9BC (or 0xA0B9BC) is known color: Casper. HEX triplet: A0, B9 and BC. RGB value is (160,185,188). Sum of RGB (Red+Green+Blue) = 160+185+188=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9BC is #5F4643. Grayscale: #B1B1B1. Windows color (decimal): -6243908 or 12368288. OLE color: 12368288.

HSL color Cylindrical-coordinate representation of color #A0B9BC: hue angle of 186.43º 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 #A0B9BC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 185 188 -
CMYK 0.15 0.02 0 0.26
HSL 186.43º 0.17% 0.68% -
HSV(B) 186.43º 0.15% 0.74% -
XYZ 40.92 45.8 54.26 -
YUV 177.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 160 185 188 0.15 0.02 0 0.26 186.43 0.17 0.68
Hex A0 B9 BC F 2 0 1A BA 11 44
Octal 240 271 274 17 2 0 32 272 21 104
Binary 10100000 10111001 10111100 1111 10 0 11010 10111010 10001 1000100

Color Harmonies of #A0B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B9BC

Black with #A0B9BC

Text Example


Text Example

White with #A0B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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