Html Css Color HEX #99B0B3 Botticelli

📋 copy color: '#99B0B3'

red 153 ◦ green 176 ◦ blue 179

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

Shades of Botticelli #99B0B3

Tints of Botticelli #99B0B3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.65%

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

R = 30.12%
G = 34.65%
B = 35.24%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99B0B3 (or 0x99B0B3) is known color: Botticelli. HEX triplet: 99, B0 and B3. RGB value is (153,176,179). Sum of RGB (Red+Green+Blue) = 153+176+179=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #99B0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0B3 is #664F4C. Grayscale: #A9A9A9. Windows color (decimal): -6704973 or 11776153. OLE color: 11776153.

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

Color convert

RGB 153 176 179 -
CMYK 0.15 0.02 0 0.30
HSL 186.92º 0.15% 0.65% -
HSV(B) 186.92º 0.15% 0.7% -
XYZ 36.8 41.08 48.64 -
YUV 169.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 153 176 179 0.15 0.02 0 0.30 186.92 0.15 0.65
Hex 99 B0 B3 F 2 0 1E BB F 41
Octal 231 260 263 17 2 0 36 273 17 101
Binary 10011001 10110000 10110011 1111 10 0 11110 10111011 1111 1000001

Color Harmonies of #99B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0B3

Black with #99B0B3

Text Example


Text Example

White with #99B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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