Html Css Color HEX #A6BCBE Casper

📋 copy color: '#A6BCBE'

red 166 ◦ green 188 ◦ blue 190

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

Shades of Casper #A6BCBE

Tints of Casper #A6BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 30.51%
G = 34.56%
B = 34.93%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6BCBE (or 0xA6BCBE) is known color: Casper. HEX triplet: A6, BC and BE. RGB value is (166,188,190). Sum of RGB (Red+Green+Blue) = 166+188+190=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCBE is #594341. Grayscale: #B5B5B5. Windows color (decimal): -5849922 or 12500134. OLE color: 12500134.

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

Color convert

RGB 166 188 190 -
CMYK 0.13 0.01 0 0.25
HSL 185º 0.16% 0.7% -
HSV(B) 185º 0.13% 0.75% -
XYZ 43 47.79 55.67 -
YUV 181.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 166 188 190 0.13 0.01 0 0.25 185 0.16 0.7
Hex A6 BC BE D 1 0 19 B9 10 46
Octal 246 274 276 15 1 0 31 271 20 106
Binary 10100110 10111100 10111110 1101 1 0 11001 10111001 10000 1000110

Color Harmonies of #A6BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCBE

Black with #A6BCBE

Text Example


Text Example

White with #A6BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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