Html Css Color HEX #A6BABC Casper

📋 copy color: '#A6BABC'

red 166 ◦ green 186 ◦ blue 188

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

Shades of Casper #A6BABC

Tints of Casper #A6BABC

RGB

 RED value IS 166 (65.23% from 255) = 30.74%

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

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

R = 30.74%
G = 34.44%
B = 34.81%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6BABC (or 0xA6BABC) is known color: Casper. HEX triplet: A6, BA and BC. RGB value is (166,186,188). Sum of RGB (Red+Green+Blue) = 166+186+188=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BABC is #594543. Grayscale: #B4B4B4. Windows color (decimal): -5850436 or 12368550. OLE color: 12368550.

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

Color convert

RGB 166 186 188 -
CMYK 0.12 0.01 0 0.26
HSL 185.45º 0.14% 0.69% -
HSV(B) 185.45º 0.12% 0.74% -
XYZ 42.36 46.86 54.39 -
YUV 180.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 166 186 188 0.12 0.01 0 0.26 185.45 0.14 0.69
Hex A6 BA BC C 1 0 1A B9 E 45
Octal 246 272 274 14 1 0 32 271 16 105
Binary 10100110 10111010 10111100 1100 1 0 11010 10111001 1110 1000101

Color Harmonies of #A6BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BABC

Black with #A6BABC

Text Example


Text Example

White with #A6BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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