Html Css Color HEX #99ACB2 Botticelli

📋 copy color: '#99ACB2'

red 153 ◦ green 172 ◦ blue 178

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

Shades of Botticelli #99ACB2

Tints of Botticelli #99ACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 30.42%
G = 34.19%
B = 35.39%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99ACB2 (or 0x99ACB2) is known color: Botticelli. HEX triplet: 99, AC and B2. RGB value is (153,172,178). Sum of RGB (Red+Green+Blue) = 153+172+178=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #99ACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACB2 is #66534D. Grayscale: #A6A6A6. Windows color (decimal): -6705998 or 11709593. OLE color: 11709593.

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

Color convert

RGB 153 172 178 -
CMYK 0.14 0.03 0 0.30
HSL 194.4º 0.14% 0.65% -
HSV(B) 194.4º 0.14% 0.7% -
XYZ 35.93 39.49 47.85 -
YUV 167 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 153 172 178 0.14 0.03 0 0.30 194.4 0.14 0.65
Hex 99 AC B2 E 3 0 1E C2 E 41
Octal 231 254 262 16 3 0 36 302 16 101
Binary 10011001 10101100 10110010 1110 11 0 11110 11000010 1110 1000001

Color Harmonies of #99ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACB2

Black with #99ACB2

Text Example


Text Example

White with #99ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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