Html Css Color HEX #94ADB6 Botticelli

📋 copy color: '#94ADB6'

red 148 ◦ green 173 ◦ blue 182

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

Shades of Botticelli #94ADB6

Tints of Botticelli #94ADB6

RGB

 RED value IS 148 (58.2% from 255) = 29.42%

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

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

R = 29.42%
G = 34.39%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#94ADB6 (or 0x94ADB6) is known color: Botticelli. HEX triplet: 94, AD and B6. RGB value is (148,173,182). Sum of RGB (Red+Green+Blue) = 148+173+182=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 182 - color contains mainly: blue. Hex color #94ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADB6 is #6B5249. Grayscale: #A6A6A6. Windows color (decimal): -7033418 or 11971988. OLE color: 11971988.

HSL color Cylindrical-coordinate representation of color #94ADB6: hue angle of 195.88º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94ADB6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 173 182 -
CMYK 0.19 0.05 0 0.29
HSL 195.88º 0.19% 0.65% -
HSV(B) 195.88º 0.19% 0.71% -
XYZ 35.6 39.56 50.02 -
YUV 166.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 148 173 182 0.19 0.05 0 0.29 195.88 0.19 0.65
Hex 94 AD B6 13 5 0 1D C4 13 41
Octal 224 255 266 23 5 0 35 304 23 101
Binary 10010100 10101101 10110110 10011 101 0 11101 11000100 10011 1000001

Color Harmonies of #94ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADB6

Black with #94ADB6

Text Example


Text Example

White with #94ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ADB6; }

 p { color: rgb(148,173,182); }

 H1.HeaderClassName
 {
   color: #94ADB6;
 }
 .AnyTagClassName
 {
   color: #94ADB6;
 }
</style>

background-color css

<style>
 a { background-color: #94ADB6; }

 a { background-color: rgb(148,173,182); }

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

border-color css

<style>
 span { border-color: #94ADB6; }

 span { border-color: rgb(148,173,182); }

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