Shades of Botticelli #94B1B3
Tints of Botticelli #94B1B3
RGB
CMYK
RGB Variations
Color information
#94B1B3 (or 0x94B1B3) is known color: Botticelli. HEX triplet: 94, B1 and B3. RGB value is (148,177,179). Sum of RGB (Red+Green+Blue) = 148+177+179=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #94B1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1B3 is #6B4E4C. Grayscale: #A8A8A8. Windows color (decimal): -7032397 or 11776404. OLE color: 11776404.
HSL color Cylindrical-coordinate representation of color #94B1B3: hue angle of 183.87º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94B1B3 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 177 | 179 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.30 |
| HSL | 183.87º | 0.17% | 0.64% | - |
| HSV(B) | 183.87º | 0.17% | 0.7% | - |
| XYZ | 36.07 | 40.99 | 48.66 | - |
| YUV | 168.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 179 | 0.17 | 0.01 | 0 | 0.30 | 183.87 | 0.17 | 0.64 |
| Hex | 94 | B1 | B3 | 11 | 1 | 0 | 1E | B8 | 11 | 40 |
| Octal | 224 | 261 | 263 | 21 | 1 | 0 | 36 | 270 | 21 | 100 |
| Binary | 10010100 | 10110001 | 10110011 | 10001 | 1 | 0 | 11110 | 10111000 | 10001 | 1000000 |
Color Harmonies of #94B1B3
Complementary color
Monochromatic Colors of #94B1B3
Black with #94B1B3
Text Example
Text Example
White with #94B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B1B3; }
p { color: rgb(148,177,179); }
H1.HeaderClassName
{
color: #94B1B3;
}
.AnyTagClassName
{
color: #94B1B3;
}
</style>
background-color css
<style>
a { background-color: #94B1B3; }
a { background-color: rgb(148,177,179); }
div.DivClassName
{
background-color: #94B1B3;
}
.BgClassName
{
background-color: #94B1B3;
}
</style>
border-color css
<style>
span { border-color: #94B1B3; }
span { border-color: rgb(148,177,179); }
td.TdClassName
{
border-color: #94B1B3;
}
.TagClassName
{
border-color: #94B1B3;
}
</style>