#94BBBE

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

Shades of Botticelli #94BBBE

Tints of Botticelli #94BBBE

Color information

#94BBBE (or 0x94BBBE) is unknown color: approx Botticelli. HEX triplet: 94, BB and BE. RGB value is (148,187,190). Sum of RGB (Red+Green+Blue) = 148+187+190=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #94BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBBE is #6B4441. Grayscale: #AFAFAF. Windows color (decimal): -7029826 or 12499860. OLE color: 12499860.

HSL color Cylindrical-coordinate representation of color #94BBBE: hue angle of 184.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BBBE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148187190-
CMYK0.220.0200.25
HSL184.29º24.42%66.27%-
HSV(B)184.29º22.11%74.51%-
XYZ39.2845.5555.44-
YUV175.68136.08108.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=28.19%
G=35.62%
B=36.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481871900.220.0200.25184.2924.4266.27
Hex94BBBE162019b81842
Octal22427327626203127030102
Binary100101001011101110111110101101001100110111000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,190); }

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

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

 a { background-color: rgb(148,187,190); }

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

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

 span { border-color: rgb(148,187,190); }

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