#99B4BE

Color #99B4BE Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #99B4BE

Tints of Botticelli #99B4BE

Color information

#99B4BE (or 0x99B4BE) is unknown color: approx Botticelli. HEX triplet: 99, B4 and BE. RGB value is (153,180,190). Sum of RGB (Red+Green+Blue) = 153+180+190=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #99B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4BE is #664B41. Grayscale: #ADADAD. Windows color (decimal): -6703938 or 12498073. OLE color: 12498073.

HSL color Cylindrical-coordinate representation of color #99B4BE: hue angle of 196.22º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B4BE is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153180190-
CMYK0.190.0500.25
HSL196.22º22.16%67.25%-
HSV(B)196.22º19.47%74.51%-
XYZ38.7543.1355-
YUV173.07137.55113.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=29.25%
G=34.42%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531801900.190.0500.25196.2222.1667.25
Hex99B4BE135019c41643
Octal23126427623503130426103
Binary1001100110110100101111101001110101100111000100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,190); }

 H1.HeaderClassName
 {
   color: #99B4BE;
 }
 .AnyTagClassName
 {
   color: #99B4BE;
 }
</style>
background-color css

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

 a { background-color: rgb(153,180,190); }

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

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

 span { border-color: rgb(153,180,190); }

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