Html Css Color HEX #8FAAB2 Botticelli

📋 copy color: '#8FAAB2'

red 143 ◦ green 170 ◦ blue 178

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

Shades of Botticelli #8FAAB2

Tints of Botticelli #8FAAB2

RGB

 RED value IS 143 (56.25% from 255) = 29.12%

 GREEN value IS 170 (66.8% from 255) = 34.62%

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 29.12%
G = 34.62%
B = 36.25%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8FAAB2 (or 0x8FAAB2) is known color: Botticelli. HEX triplet: 8F, AA and B2. RGB value is (143,170,178). Sum of RGB (Red+Green+Blue) = 143+170+178=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #8FAAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAB2 is #70554D. Grayscale: #A2A2A2. Windows color (decimal): -7361870 or 11709071. OLE color: 11709071.

HSL color Cylindrical-coordinate representation of color #8FAAB2: hue angle of 193.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FAAB2 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 170 178 -
CMYK 0.20 0.04 0 0.30
HSL 193.71º 0.19% 0.63% -
HSV(B) 193.71º 0.2% 0.7% -
XYZ 33.74 37.8 47.64 -
YUV 162.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 143 170 178 0.20 0.04 0 0.30 193.71 0.19 0.63
Hex 8F AA B2 14 4 0 1E C2 13 3F
Octal 217 252 262 24 4 0 36 302 23 77
Binary 10001111 10101010 10110010 10100 100 0 11110 11000010 10011 111111

Color Harmonies of #8FAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAB2

Black with #8FAAB2

Text Example


Text Example

White with #8FAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,178); }

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

background-color css

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

 a { background-color: rgb(143,170,178); }

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

border-color css

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

 span { border-color: rgb(143,170,178); }

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