Html Css Color HEX #94A3AB Botticelli

📋 copy color: '#94A3AB'

red 148 ◦ green 163 ◦ blue 171

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

Shades of Botticelli #94A3AB

Tints of Botticelli #94A3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 30.71%
G = 33.82%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#94A3AB (or 0x94A3AB) is known color: Botticelli. HEX triplet: 94, A3 and AB. RGB value is (148,163,171). Sum of RGB (Red+Green+Blue) = 148+163+171=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #94A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A3AB is #6B5C54. Grayscale: #9F9F9F. Windows color (decimal): -7035989 or 11248532. OLE color: 11248532.

HSL color Cylindrical-coordinate representation of color #94A3AB: hue angle of 200.87º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94A3AB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 163 171 -
CMYK 0.13 0.05 0 0.33
HSL 200.87º 0.12% 0.63% -
HSV(B) 200.87º 0.13% 0.67% -
XYZ 32.66 35.43 43.65 -
YUV 159.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 148 163 171 0.13 0.05 0 0.33 200.87 0.12 0.63
Hex 94 A3 AB D 5 0 21 C9 C 3F
Octal 224 243 253 15 5 0 41 311 14 77
Binary 10010100 10100011 10101011 1101 101 0 100001 11001001 1100 111111

Color Harmonies of #94A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3AB

Black with #94A3AB

Text Example


Text Example

White with #94A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,171); }

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

background-color css

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

 a { background-color: rgb(148,163,171); }

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

border-color css

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

 span { border-color: rgb(148,163,171); }

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