Html Css Color HEX #91ADB2 Botticelli

📋 copy color: '#91ADB2'

red 145 ◦ green 173 ◦ blue 178

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

Shades of Botticelli #91ADB2

Tints of Botticelli #91ADB2

RGB

 RED value IS 145 (57.03% from 255) = 29.23%

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 29.23%
G = 34.88%
B = 35.89%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#91ADB2 (or 0x91ADB2) is known color: Botticelli. HEX triplet: 91, AD and B2. RGB value is (145,173,178). Sum of RGB (Red+Green+Blue) = 145+173+178=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 178 - color contains mainly: blue. Hex color #91ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ADB2 is #6E524D. Grayscale: #A5A5A5. Windows color (decimal): -7230030 or 11709841. OLE color: 11709841.

HSL color Cylindrical-coordinate representation of color #91ADB2: hue angle of 189.09º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91ADB2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 145 173 178 -
CMYK 0.19 0.03 0 0.30
HSL 189.09º 0.18% 0.63% -
HSV(B) 189.09º 0.19% 0.7% -
XYZ 34.66 39.12 47.84 -
YUV 165.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 145 173 178 0.19 0.03 0 0.30 189.09 0.18 0.63
Hex 91 AD B2 13 3 0 1E BD 12 3F
Octal 221 255 262 23 3 0 36 275 22 77
Binary 10010001 10101101 10110010 10011 11 0 11110 10111101 10010 111111

Color Harmonies of #91ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADB2

Black with #91ADB2

Text Example


Text Example

White with #91ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91ADB2; }

 p { color: rgb(145,173,178); }

 H1.HeaderClassName
 {
   color: #91ADB2;
 }
 .AnyTagClassName
 {
   color: #91ADB2;
 }
</style>

background-color css

<style>
 a { background-color: #91ADB2; }

 a { background-color: rgb(145,173,178); }

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

border-color css

<style>
 span { border-color: #91ADB2; }

 span { border-color: rgb(145,173,178); }

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