Html Css Color HEX #A0BCBF Casper

📋 copy color: '#A0BCBF'

red 160 ◦ green 188 ◦ blue 191

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

Shades of Casper #A0BCBF

Tints of Casper #A0BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.44%

R = 29.68%
G = 34.88%
B = 35.44%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0BCBF (or 0xA0BCBF) is known color: Casper. HEX triplet: A0, BC and BF. RGB value is (160,188,191). Sum of RGB (Red+Green+Blue) = 160+188+191=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBF is #5F4340. Grayscale: #B3B3B3. Windows color (decimal): -6243137 or 12565664. OLE color: 12565664.

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

Color convert

RGB 160 188 191 -
CMYK 0.16 0.02 0 0.25
HSL 185.81º 0.19% 0.69% -
HSV(B) 185.81º 0.16% 0.75% -
XYZ 41.88 47.2 56.19 -
YUV 179.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 160 188 191 0.16 0.02 0 0.25 185.81 0.19 0.69
Hex A0 BC BF 10 2 0 19 BA 13 45
Octal 240 274 277 20 2 0 31 272 23 105
Binary 10100000 10111100 10111111 10000 10 0 11001 10111010 10011 1000101

Color Harmonies of #A0BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCBF

Black with #A0BCBF

Text Example


Text Example

White with #A0BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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