Html Css Color HEX #A8BABC Casper

📋 copy color: '#A8BABC'

red 168 ◦ green 186 ◦ blue 188

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

Shades of Casper #A8BABC

Tints of Casper #A8BABC

RGB

 RED value IS 168 (66.02% from 255) = 31%

 GREEN value IS 186 (73.05% from 255) = 34.32%

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

R = 31%
G = 34.32%
B = 34.69%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A8BABC (or 0xA8BABC) is known color: Casper. HEX triplet: A8, BA and BC. RGB value is (168,186,188). Sum of RGB (Red+Green+Blue) = 168+186+188=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BABC is #574543. Grayscale: #B4B4B4. Windows color (decimal): -5719364 or 12368552. OLE color: 12368552.

HSL color Cylindrical-coordinate representation of color #A8BABC: hue angle of 186º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BABC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 186 188 -
CMYK 0.11 0.01 0 0.26
HSL 186º 0.13% 0.7% -
HSV(B) 186º 0.11% 0.74% -
XYZ 42.78 47.07 54.41 -
YUV 180.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 168 186 188 0.11 0.01 0 0.26 186 0.13 0.7
Hex A8 BA BC B 1 0 1A BA D 46
Octal 250 272 274 13 1 0 32 272 15 106
Binary 10101000 10111010 10111100 1011 1 0 11010 10111010 1101 1000110

Color Harmonies of #A8BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BABC

Black with #A8BABC

Text Example


Text Example

White with #A8BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BABC; }

 p { color: rgb(168,186,188); }

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

background-color css

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

 a { background-color: rgb(168,186,188); }

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

border-color css

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

 span { border-color: rgb(168,186,188); }

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