Html Css Color HEX #99B2B5 Botticelli

📋 copy color: '#99B2B5'

red 153 ◦ green 178 ◦ blue 181

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

Shades of Botticelli #99B2B5

Tints of Botticelli #99B2B5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 29.88%
G = 34.77%
B = 35.35%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#99B2B5 (or 0x99B2B5) is known color: Botticelli. HEX triplet: 99, B2 and B5. RGB value is (153,178,181). Sum of RGB (Red+Green+Blue) = 153+178+181=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #99B2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2B5 is #664D4A. Grayscale: #AAAAAA. Windows color (decimal): -6704459 or 11907737. OLE color: 11907737.

HSL color Cylindrical-coordinate representation of color #99B2B5: hue angle of 186.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B2B5 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 178 181 -
CMYK 0.15 0.02 0 0.29
HSL 186.43º 0.16% 0.65% -
HSV(B) 186.43º 0.15% 0.71% -
XYZ 37.4 41.95 49.84 -
YUV 170.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 153 178 181 0.15 0.02 0 0.29 186.43 0.16 0.65
Hex 99 B2 B5 F 2 0 1D BA 10 41
Octal 231 262 265 17 2 0 35 272 20 101
Binary 10011001 10110010 10110101 1111 10 0 11101 10111010 10000 1000001

Color Harmonies of #99B2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B2B5

Black with #99B2B5

Text Example


Text Example

White with #99B2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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