Html Css Color HEX #8CA6AD Botticelli

📋 copy color: '#8CA6AD'

red 140 ◦ green 166 ◦ blue 173

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

Shades of Botticelli #8CA6AD

Tints of Botticelli #8CA6AD

RGB

 RED value IS 140 (55.08% from 255) = 29.23%

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 29.23%
G = 34.66%
B = 36.12%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8CA6AD (or 0x8CA6AD) is known color: Botticelli. HEX triplet: 8C, A6 and AD. RGB value is (140,166,173). Sum of RGB (Red+Green+Blue) = 140+166+173=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA6AD is #735952. Grayscale: #9E9E9E. Windows color (decimal): -7559507 or 11380364. OLE color: 11380364.

HSL color Cylindrical-coordinate representation of color #8CA6AD: hue angle of 192.73º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA6AD is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 166 173 -
CMYK 0.19 0.04 0 0.32
HSL 192.73º 0.17% 0.61% -
HSV(B) 192.73º 0.19% 0.68% -
XYZ 31.99 35.87 44.77 -
YUV 159.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 140 166 173 0.19 0.04 0 0.32 192.73 0.17 0.61
Hex 8C A6 AD 13 4 0 20 C1 11 3D
Octal 214 246 255 23 4 0 40 301 21 75
Binary 10001100 10100110 10101101 10011 100 0 100000 11000001 10001 111101

Color Harmonies of #8CA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6AD

Black with #8CA6AD

Text Example


Text Example

White with #8CA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CA6AD; }

 p { color: rgb(140,166,173); }

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

background-color css

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

 a { background-color: rgb(140,166,173); }

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

border-color css

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

 span { border-color: rgb(140,166,173); }

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