Html Css Color HEX #94ACB5 Botticelli

📋 copy color: '#94ACB5'

red 148 ◦ green 172 ◦ blue 181

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

Shades of Botticelli #94ACB5

Tints of Botticelli #94ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 29.54%
G = 34.33%
B = 36.13%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#94ACB5 (or 0x94ACB5) is known color: Botticelli. HEX triplet: 94, AC and B5. RGB value is (148,172,181). Sum of RGB (Red+Green+Blue) = 148+172+181=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #94ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACB5 is #6B534A. Grayscale: #A5A5A5. Windows color (decimal): -7033675 or 11906196. OLE color: 11906196.

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

Color convert

RGB 148 172 181 -
CMYK 0.18 0.05 0 0.29
HSL 196.36º 0.18% 0.65% -
HSV(B) 196.36º 0.18% 0.71% -
XYZ 35.31 39.14 49.41 -
YUV 165.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 148 172 181 0.18 0.05 0 0.29 196.36 0.18 0.65
Hex 94 AC B5 12 5 0 1D C4 12 41
Octal 224 254 265 22 5 0 35 304 22 101
Binary 10010100 10101100 10110101 10010 101 0 11101 11000100 10010 1000001

Color Harmonies of #94ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACB5

Black with #94ACB5

Text Example


Text Example

White with #94ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,181); }

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

background-color css

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

 a { background-color: rgb(148,172,181); }

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

border-color css

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

 span { border-color: rgb(148,172,181); }

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