Html Css Color HEX #A0BBBC Casper

📋 copy color: '#A0BBBC'

red 160 ◦ green 187 ◦ blue 188

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

Shades of Casper #A0BBBC

Tints of Casper #A0BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

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

R = 29.91%
G = 34.95%
B = 35.14%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0BBBC (or 0xA0BBBC) is known color: Casper. HEX triplet: A0, BB and BC. RGB value is (160,187,188). Sum of RGB (Red+Green+Blue) = 160+187+188=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBC is #5F4443. Grayscale: #B3B3B3. Windows color (decimal): -6243396 or 12368800. OLE color: 12368800.

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

Color convert

RGB 160 187 188 -
CMYK 0.15 0.01 0 0.26
HSL 182.14º 0.17% 0.68% -
HSV(B) 182.14º 0.15% 0.74% -
XYZ 41.34 46.65 54.4 -
YUV 179.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 160 187 188 0.15 0.01 0 0.26 182.14 0.17 0.68
Hex A0 BB BC F 1 0 1A B6 11 44
Octal 240 273 274 17 1 0 32 266 21 104
Binary 10100000 10111011 10111100 1111 1 0 11010 10110110 10001 1000100

Color Harmonies of #A0BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBBC

Black with #A0BBBC

Text Example


Text Example

White with #A0BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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