Html Css Color HEX #92ADB3 Botticelli

📋 copy color: '#92ADB3'

red 146 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #92ADB3

Tints of Botticelli #92ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 29.32%
G = 34.74%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#92ADB3 (or 0x92ADB3) is known color: Botticelli. HEX triplet: 92, AD and B3. RGB value is (146,173,179). Sum of RGB (Red+Green+Blue) = 146+173+179=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #92ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADB3 is #6D524C. Grayscale: #A5A5A5. Windows color (decimal): -7164493 or 11775378. OLE color: 11775378.

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

Color convert

RGB 146 173 179 -
CMYK 0.18 0.03 0 0.30
HSL 190.91º 0.18% 0.64% -
HSV(B) 190.91º 0.18% 0.7% -
XYZ 34.93 39.25 48.38 -
YUV 165.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 146 173 179 0.18 0.03 0 0.30 190.91 0.18 0.64
Hex 92 AD B3 12 3 0 1E BF 12 40
Octal 222 255 263 22 3 0 36 277 22 100
Binary 10010010 10101101 10110011 10010 11 0 11110 10111111 10010 1000000

Color Harmonies of #92ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADB3

Black with #92ADB3

Text Example


Text Example

White with #92ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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