#94BEC1

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

Shades of Botticelli #94BEC1

Tints of Botticelli #94BEC1

Color information

#94BEC1 (or 0x94BEC1) is unknown color: approx Botticelli. HEX triplet: 94, BE and C1. RGB value is (148,190,193). Sum of RGB (Red+Green+Blue) = 148+190+193=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #94BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEC1 is #6B413E. Grayscale: #B1B1B1. Windows color (decimal): -7029055 or 12697236. OLE color: 12697236.

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

Color convert

RGB148190193-
CMYK0.230.0200.24
HSL184º26.63%66.86%-
HSV(B)184º23.32%75.69%-
XYZ40.2546.9757.4-
YUV177.78136.59106.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=27.87%
G=35.78%
B=36.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481901930.230.0200.2418426.6366.86
Hex94BEC1172018b81b43
Octal22427630127203027033103
Binary100101001011111011000001101111001100010111000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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