Html Css Color HEX #A0B6BC Casper

📋 copy color: '#A0B6BC'

red 160 ◦ green 182 ◦ blue 188

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

Shades of Casper #A0B6BC

Tints of Casper #A0B6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

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

R = 30.19%
G = 34.34%
B = 35.47%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0B6BC (or 0xA0B6BC) is known color: Casper. HEX triplet: A0, B6 and BC. RGB value is (160,182,188). Sum of RGB (Red+Green+Blue) = 160+182+188=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6BC is #5F4943. Grayscale: #B0B0B0. Windows color (decimal): -6244676 or 12367520. OLE color: 12367520.

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

Color convert

RGB 160 182 188 -
CMYK 0.15 0.03 0 0.26
HSL 192.86º 0.17% 0.68% -
HSV(B) 192.86º 0.15% 0.74% -
XYZ 40.3 44.56 54.05 -
YUV 176.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 160 182 188 0.15 0.03 0 0.26 192.86 0.17 0.68
Hex A0 B6 BC F 3 0 1A C1 11 44
Octal 240 266 274 17 3 0 32 301 21 104
Binary 10100000 10110110 10111100 1111 11 0 11010 11000001 10001 1000100

Color Harmonies of #A0B6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B6BC

Black with #A0B6BC

Text Example


Text Example

White with #A0B6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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