Html Css Color HEX #A0B8BC Casper

📋 copy color: '#A0B8BC'

red 160 ◦ green 184 ◦ blue 188

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

Shades of Casper #A0B8BC

Tints of Casper #A0B8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

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

R = 30.08%
G = 34.59%
B = 35.34%

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

#A0B8BC (or 0xA0B8BC) is known color: Casper. HEX triplet: A0, B8 and BC. RGB value is (160,184,188). Sum of RGB (Red+Green+Blue) = 160+184+188=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8BC is #5F4743. Grayscale: #B1B1B1. Windows color (decimal): -6244164 or 12368032. OLE color: 12368032.

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

Color convert

RGB 160 184 188 -
CMYK 0.15 0.02 0 0.26
HSL 188.57º 0.17% 0.68% -
HSV(B) 188.57º 0.15% 0.74% -
XYZ 40.71 45.39 54.19 -
YUV 177.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 160 184 188 0.15 0.02 0 0.26 188.57 0.17 0.68
Hex A0 B8 BC F 2 0 1A BD 11 44
Octal 240 270 274 17 2 0 32 275 21 104
Binary 10100000 10111000 10111100 1111 10 0 11010 10111101 10001 1000100

Color Harmonies of #A0B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B8BC

Black with #A0B8BC

Text Example


Text Example

White with #A0B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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