Html Css Color HEX #94ACB3 Botticelli

📋 copy color: '#94ACB3'

red 148 ◦ green 172 ◦ blue 179

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

Shades of Botticelli #94ACB3

Tints of Botticelli #94ACB3

RGB

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

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

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

R = 29.66%
G = 34.47%
B = 35.87%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#94ACB3 (or 0x94ACB3) is known color: Botticelli. HEX triplet: 94, AC and B3. RGB value is (148,172,179). Sum of RGB (Red+Green+Blue) = 148+172+179=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #94ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACB3 is #6B534C. Grayscale: #A5A5A5. Windows color (decimal): -7033677 or 11775124. OLE color: 11775124.

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

Color convert

RGB 148 172 179 -
CMYK 0.17 0.04 0 0.30
HSL 193.55º 0.17% 0.64% -
HSV(B) 193.55º 0.17% 0.7% -
XYZ 35.1 39.06 48.34 -
YUV 165.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 148 172 179 0.17 0.04 0 0.30 193.55 0.17 0.64
Hex 94 AC B3 11 4 0 1E C2 11 40
Octal 224 254 263 21 4 0 36 302 21 100
Binary 10010100 10101100 10110011 10001 100 0 11110 11000010 10001 1000000

Color Harmonies of #94ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACB3

Black with #94ACB3

Text Example


Text Example

White with #94ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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