Html Css Color HEX #A0BCBE Casper

📋 copy color: '#A0BCBE'

red 160 ◦ green 188 ◦ blue 190

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

Shades of Casper #A0BCBE

Tints of Casper #A0BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 29.74%
G = 34.94%
B = 35.32%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0BCBE (or 0xA0BCBE) is known color: Casper. HEX triplet: A0, BC and BE. RGB value is (160,188,190). Sum of RGB (Red+Green+Blue) = 160+188+190=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBE is #5F4341. Grayscale: #B3B3B3. Windows color (decimal): -6243138 or 12500128. OLE color: 12500128.

HSL color Cylindrical-coordinate representation of color #A0BCBE: hue angle of 184º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BCBE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 188 190 -
CMYK 0.16 0.01 0 0.25
HSL 184º 0.19% 0.69% -
HSV(B) 184º 0.16% 0.75% -
XYZ 41.77 47.16 55.62 -
YUV 179.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 160 188 190 0.16 0.01 0 0.25 184 0.19 0.69
Hex A0 BC BE 10 1 0 19 B8 13 45
Octal 240 274 276 20 1 0 31 270 23 105
Binary 10100000 10111100 10111110 10000 1 0 11001 10111000 10011 1000101

Color Harmonies of #A0BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCBE

Black with #A0BCBE

Text Example


Text Example

White with #A0BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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