Html Css Color HEX #84ACB6 Botticelli

📋 copy color: '#84ACB6'

red 132 ◦ green 172 ◦ blue 182

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

Shades of Botticelli #84ACB6

Tints of Botticelli #84ACB6

RGB

 RED value IS 132 (51.95% from 255) = 27.16%

 GREEN value IS 172 (67.58% from 255) = 35.39%

 BLUE value IS 182 (71.48% from 255) = 37.45%

R = 27.16%
G = 35.39%
B = 37.45%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#84ACB6 (or 0x84ACB6) is known color: Botticelli. HEX triplet: 84, AC and B6. RGB value is (132,172,182). Sum of RGB (Red+Green+Blue) = 132+172+182=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #84ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACB6 is #7B5349. Grayscale: #A1A1A1. Windows color (decimal): -8082250 or 11971716. OLE color: 11971716.

HSL color Cylindrical-coordinate representation of color #84ACB6: hue angle of 192º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84ACB6 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 172 182 -
CMYK 0.27 0.05 0 0.29
HSL 192º 0.26% 0.62% -
HSV(B) 192º 0.27% 0.71% -
XYZ 32.71 37.79 49.83 -
YUV 161.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 132 172 182 0.27 0.05 0 0.29 192 0.26 0.62
Hex 84 AC B6 1B 5 0 1D C0 1A 3E
Octal 204 254 266 33 5 0 35 300 32 76
Binary 10000100 10101100 10110110 11011 101 0 11101 11000000 11010 111110

Color Harmonies of #84ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACB6

Black with #84ACB6

Text Example


Text Example

White with #84ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84ACB6; }

 p { color: rgb(132,172,182); }

 H1.HeaderClassName
 {
   color: #84ACB6;
 }
 .AnyTagClassName
 {
   color: #84ACB6;
 }
</style>

background-color css

<style>
 a { background-color: #84ACB6; }

 a { background-color: rgb(132,172,182); }

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

border-color css

<style>
 span { border-color: #84ACB6; }

 span { border-color: rgb(132,172,182); }

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