Html Css Color HEX #92ADB7 Botticelli

📋 copy color: '#92ADB7'

red 146 ◦ green 173 ◦ blue 183

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

Shades of Botticelli #92ADB7

Tints of Botticelli #92ADB7

RGB

 RED value IS 146 (57.42% from 255) = 29.08%

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 29.08%
G = 34.46%
B = 36.45%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#92ADB7 (or 0x92ADB7) is known color: Botticelli. HEX triplet: 92, AD and B7. RGB value is (146,173,183). Sum of RGB (Red+Green+Blue) = 146+173+183=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 183 - color contains mainly: blue. Hex color #92ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADB7 is #6D5248. Grayscale: #A6A6A6. Windows color (decimal): -7164489 or 12037522. OLE color: 12037522.

HSL color Cylindrical-coordinate representation of color #92ADB7: hue angle of 196.22º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92ADB7 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 146 173 183 -
CMYK 0.20 0.05 0 0.28
HSL 196.22º 0.2% 0.65% -
HSV(B) 196.22º 0.2% 0.72% -
XYZ 35.34 39.42 50.55 -
YUV 166.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 146 173 183 0.20 0.05 0 0.28 196.22 0.2 0.65
Hex 92 AD B7 14 5 0 1C C4 14 41
Octal 222 255 267 24 5 0 34 304 24 101
Binary 10010010 10101101 10110111 10100 101 0 11100 11000100 10100 1000001

Color Harmonies of #92ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADB7

Black with #92ADB7

Text Example


Text Example

White with #92ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92ADB7; }

 p { color: rgb(146,173,183); }

 H1.HeaderClassName
 {
   color: #92ADB7;
 }
 .AnyTagClassName
 {
   color: #92ADB7;
 }
</style>

background-color css

<style>
 a { background-color: #92ADB7; }

 a { background-color: rgb(146,173,183); }

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

border-color css

<style>
 span { border-color: #92ADB7; }

 span { border-color: rgb(146,173,183); }

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