Html Css Color HEX #8CAAB1 Botticelli

📋 copy color: '#8CAAB1'

red 140 ◦ green 170 ◦ blue 177

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

Shades of Botticelli #8CAAB1

Tints of Botticelli #8CAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 28.75%
G = 34.91%
B = 36.34%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8CAAB1 (or 0x8CAAB1) is known color: Botticelli. HEX triplet: 8C, AA and B1. RGB value is (140,170,177). Sum of RGB (Red+Green+Blue) = 140+170+177=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #8CAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAB1 is #73554E. Grayscale: #A1A1A1. Windows color (decimal): -7558479 or 11643532. OLE color: 11643532.

HSL color Cylindrical-coordinate representation of color #8CAAB1: hue angle of 191.35º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CAAB1 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 170 177 -
CMYK 0.21 0.04 0 0.31
HSL 191.35º 0.19% 0.62% -
HSV(B) 191.35º 0.21% 0.69% -
XYZ 33.13 37.5 47.09 -
YUV 161.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 140 170 177 0.21 0.04 0 0.31 191.35 0.19 0.62
Hex 8C AA B1 15 4 0 1F BF 13 3E
Octal 214 252 261 25 4 0 37 277 23 76
Binary 10001100 10101010 10110001 10101 100 0 11111 10111111 10011 111110

Color Harmonies of #8CAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAAB1

Black with #8CAAB1

Text Example


Text Example

White with #8CAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,177); }

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

background-color css

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

 a { background-color: rgb(140,170,177); }

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

border-color css

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

 span { border-color: rgb(140,170,177); }

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