Html Css Color HEX #99ACB3 Botticelli

📋 copy color: '#99ACB3'

red 153 ◦ green 172 ◦ blue 179

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

Shades of Botticelli #99ACB3

Tints of Botticelli #99ACB3

RGB

 RED value IS 153 (60.16% from 255) = 30.36%

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

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

R = 30.36%
G = 34.13%
B = 35.52%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99ACB3 (or 0x99ACB3) is known color: Botticelli. HEX triplet: 99, AC and B3. RGB value is (153,172,179). Sum of RGB (Red+Green+Blue) = 153+172+179=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #99ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACB3 is #66534C. Grayscale: #A7A7A7. Windows color (decimal): -6705997 or 11775129. OLE color: 11775129.

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

Color convert

RGB 153 172 179 -
CMYK 0.15 0.04 0 0.30
HSL 196.15º 0.15% 0.65% -
HSV(B) 196.15º 0.15% 0.7% -
XYZ 36.03 39.53 48.38 -
YUV 167.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 153 172 179 0.15 0.04 0 0.30 196.15 0.15 0.65
Hex 99 AC B3 F 4 0 1E C4 F 41
Octal 231 254 263 17 4 0 36 304 17 101
Binary 10011001 10101100 10110011 1111 100 0 11110 11000100 1111 1000001

Color Harmonies of #99ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACB3

Black with #99ACB3

Text Example


Text Example

White with #99ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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