Html Css Color HEX #8CA4AC Botticelli

📋 copy color: '#8CA4AC'

red 140 ◦ green 164 ◦ blue 172

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

Shades of Botticelli #8CA4AC

Tints of Botticelli #8CA4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 29.41%
G = 34.45%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8CA4AC (or 0x8CA4AC) is known color: Botticelli. HEX triplet: 8C, A4 and AC. RGB value is (140,164,172). Sum of RGB (Red+Green+Blue) = 140+164+172=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #8CA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4AC is #735B53. Grayscale: #9D9D9D. Windows color (decimal): -7560020 or 11314316. OLE color: 11314316.

HSL color Cylindrical-coordinate representation of color #8CA4AC: hue angle of 195º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA4AC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 164 172 -
CMYK 0.19 0.05 0 0.33
HSL 195º 0.16% 0.61% -
HSV(B) 195º 0.19% 0.67% -
XYZ 31.54 35.1 44.14 -
YUV 157.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 140 164 172 0.19 0.05 0 0.33 195 0.16 0.61
Hex 8C A4 AC 13 5 0 21 C3 10 3D
Octal 214 244 254 23 5 0 41 303 20 75
Binary 10001100 10100100 10101100 10011 101 0 100001 11000011 10000 111101

Color Harmonies of #8CA4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA4AC

Black with #8CA4AC

Text Example


Text Example

White with #8CA4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,172); }

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

background-color css

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

 a { background-color: rgb(140,164,172); }

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

border-color css

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

 span { border-color: rgb(140,164,172); }

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