Html Css Color HEX #A6B9BC Casper

📋 copy color: '#A6B9BC'

red 166 ◦ green 185 ◦ blue 188

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

Shades of Casper #A6B9BC

Tints of Casper #A6B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.32%

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

R = 30.8%
G = 34.32%
B = 34.88%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6B9BC (or 0xA6B9BC) is known color: Casper. HEX triplet: A6, B9 and BC. RGB value is (166,185,188). Sum of RGB (Red+Green+Blue) = 166+185+188=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9BC is #594643. Grayscale: #B3B3B3. Windows color (decimal): -5850692 or 12368294. OLE color: 12368294.

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

Color convert

RGB 166 185 188 -
CMYK 0.12 0.02 0 0.26
HSL 188.18º 0.14% 0.69% -
HSV(B) 188.18º 0.12% 0.74% -
XYZ 42.15 46.44 54.32 -
YUV 179.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 166 185 188 0.12 0.02 0 0.26 188.18 0.14 0.69
Hex A6 B9 BC C 2 0 1A BC E 45
Octal 246 271 274 14 2 0 32 274 16 105
Binary 10100110 10111001 10111100 1100 10 0 11010 10111100 1110 1000101

Color Harmonies of #A6B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9BC

Black with #A6B9BC

Text Example


Text Example

White with #A6B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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