Html Css Color HEX #94ADB7 Botticelli

📋 copy color: '#94ADB7'

red 148 ◦ green 173 ◦ blue 183

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

Shades of Botticelli #94ADB7

Tints of Botticelli #94ADB7

RGB

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

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

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

R = 29.37%
G = 34.33%
B = 36.31%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#94ADB7 (or 0x94ADB7) is known color: Botticelli. HEX triplet: 94, AD and B7. RGB value is (148,173,183). Sum of RGB (Red+Green+Blue) = 148+173+183=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 183 - color contains mainly: blue. Hex color #94ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADB7 is #6B5248. Grayscale: #A6A6A6. Windows color (decimal): -7033417 or 12037524. OLE color: 12037524.

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

Color convert

RGB 148 173 183 -
CMYK 0.19 0.05 0 0.28
HSL 197.14º 0.2% 0.65% -
HSV(B) 197.14º 0.19% 0.72% -
XYZ 35.7 39.6 50.56 -
YUV 166.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 148 173 183 0.19 0.05 0 0.28 197.14 0.2 0.65
Hex 94 AD B7 13 5 0 1C C5 14 41
Octal 224 255 267 23 5 0 34 305 24 101
Binary 10010100 10101101 10110111 10011 101 0 11100 11000101 10100 1000001

Color Harmonies of #94ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADB7

Black with #94ADB7

Text Example


Text Example

White with #94ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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