#94BEC3

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

Shades of Botticelli #94BEC3

Tints of Botticelli #94BEC3

Color information

#94BEC3 (or 0x94BEC3) is unknown color: approx Botticelli. HEX triplet: 94, BE and C3. RGB value is (148,190,195). Sum of RGB (Red+Green+Blue) = 148+190+195=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #94BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEC3 is #6B413C. Grayscale: #B1B1B1. Windows color (decimal): -7029053 or 12828308. OLE color: 12828308.

HSL color Cylindrical-coordinate representation of color #94BEC3: hue angle of 186.38º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94BEC3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148190195-
CMYK0.240.0300.24
HSL186.38º28.14%67.25%-
HSV(B)186.38º24.1%76.47%-
XYZ40.4847.0658.58-
YUV178.01137.59106.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=27.77%
G=35.65%
B=36.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481901950.240.0300.24186.3828.1467.25
Hex94BEC3183018ba1c43
Octal22427630330303027234103
Binary100101001011111011000011110001101100010111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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