Html Css Color HEX #99B1B3 Botticelli

📋 copy color: '#99B1B3'

red 153 ◦ green 177 ◦ blue 179

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

Shades of Botticelli #99B1B3

Tints of Botticelli #99B1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

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

R = 30.06%
G = 34.77%
B = 35.17%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99B1B3 (or 0x99B1B3) is known color: Botticelli. HEX triplet: 99, B1 and B3. RGB value is (153,177,179). Sum of RGB (Red+Green+Blue) = 153+177+179=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #99B1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B1B3 is #664E4C. Grayscale: #AAAAAA. Windows color (decimal): -6704717 or 11776409. OLE color: 11776409.

HSL color Cylindrical-coordinate representation of color #99B1B3: hue angle of 184.62º 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 #99B1B3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 177 179 -
CMYK 0.15 0.01 0 0.30
HSL 184.62º 0.15% 0.65% -
HSV(B) 184.62º 0.15% 0.7% -
XYZ 37 41.47 48.7 -
YUV 170.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 153 177 179 0.15 0.01 0 0.30 184.62 0.15 0.65
Hex 99 B1 B3 F 1 0 1E B9 F 41
Octal 231 261 263 17 1 0 36 271 17 101
Binary 10011001 10110001 10110011 1111 1 0 11110 10111001 1111 1000001

Color Harmonies of #99B1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1B3

Black with #99B1B3

Text Example


Text Example

White with #99B1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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