Html Css Color HEX #8CA4AB Botticelli

📋 copy color: '#8CA4AB'

red 140 ◦ green 164 ◦ blue 171

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

Shades of Botticelli #8CA4AB

Tints of Botticelli #8CA4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36%

R = 29.47%
G = 34.53%
B = 36%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8CA4AB (or 0x8CA4AB) is known color: Botticelli. HEX triplet: 8C, A4 and AB. RGB value is (140,164,171). Sum of RGB (Red+Green+Blue) = 140+164+171=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4AB is #735B54. Grayscale: #9D9D9D. Windows color (decimal): -7560021 or 11248780. OLE color: 11248780.

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

Color convert

RGB 140 164 171 -
CMYK 0.18 0.04 0 0.33
HSL 193.55º 0.16% 0.61% -
HSV(B) 193.55º 0.18% 0.67% -
XYZ 31.44 35.07 43.64 -
YUV 157.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 140 164 171 0.18 0.04 0 0.33 193.55 0.16 0.61
Hex 8C A4 AB 12 4 0 21 C2 10 3D
Octal 214 244 253 22 4 0 41 302 20 75
Binary 10001100 10100100 10101011 10010 100 0 100001 11000010 10000 111101

Color Harmonies of #8CA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA4AB

Black with #8CA4AB

Text Example


Text Example

White with #8CA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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