Html Css Color HEX #A6B5BC Casper

📋 copy color: '#A6B5BC'

red 166 ◦ green 181 ◦ blue 188

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

Shades of Casper #A6B5BC

Tints of Casper #A6B5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.83%

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

R = 31.03%
G = 33.83%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6B5BC (or 0xA6B5BC) is known color: Casper. HEX triplet: A6, B5 and BC. RGB value is (166,181,188). Sum of RGB (Red+Green+Blue) = 166+181+188=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 181 (71.09% from 255 or 33.83% 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 #A6B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BC is #594A43. Grayscale: #B1B1B1. Windows color (decimal): -5851716 or 12367270. OLE color: 12367270.

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

Color convert

RGB 166 181 188 -
CMYK 0.12 0.04 0 0.26
HSL 199.09º 0.14% 0.69% -
HSV(B) 199.09º 0.12% 0.74% -
XYZ 41.33 44.79 54.04 -
YUV 177.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 166 181 188 0.12 0.04 0 0.26 199.09 0.14 0.69
Hex A6 B5 BC C 4 0 1A C7 E 45
Octal 246 265 274 14 4 0 32 307 16 105
Binary 10100110 10110101 10111100 1100 100 0 11010 11000111 1110 1000101

Color Harmonies of #A6B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5BC

Black with #A6B5BC

Text Example


Text Example

White with #A6B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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