#94B1B4

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

Shades of Botticelli #94B1B4

Tints of Botticelli #94B1B4

Color information

#94B1B4 (or 0x94B1B4) is unknown color: approx Botticelli. HEX triplet: 94, B1 and B4. RGB value is (148,177,180). Sum of RGB (Red+Green+Blue) = 148+177+180=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #94B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1B4 is #6B4E4B. Grayscale: #A8A8A8. Windows color (decimal): -7032396 or 11841940. OLE color: 11841940.

HSL color Cylindrical-coordinate representation of color #94B1B4: hue angle of 185.62º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B1B4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148177180-
CMYK0.180.0200.29
HSL185.62º17.58%64.31%-
HSV(B)185.62º17.78%70.59%-
XYZ36.1741.0449.19-
YUV168.67134.39113.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=29.31%
G=35.05%
B=35.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481771800.180.0200.29185.6217.5864.31
Hex94B1B412201Dba1240
Octal22426126422203527222100
Binary100101001011000110110100100101001110110111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B1B4; }

 p { color: rgb(148,177,180); }

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

<style>
 a { background-color: #94B1B4; }

 a { background-color: rgb(148,177,180); }

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

<style>
 span { border-color: #94B1B4; }

 span { border-color: rgb(148,177,180); }

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