#94BCC5

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

Shades of Botticelli #94BCC5

Tints of Botticelli #94BCC5

Color information

#94BCC5 (or 0x94BCC5) is unknown color: approx Botticelli. HEX triplet: 94, BC and C5. RGB value is (148,188,197). Sum of RGB (Red+Green+Blue) = 148+188+197=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #94BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC5 is #6B433A. Grayscale: #B0B0B0. Windows color (decimal): -7029563 or 12958868. OLE color: 12958868.

HSL color Cylindrical-coordinate representation of color #94BCC5: hue angle of 191.02º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94BCC5 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148188197-
CMYK0.250.0500.23
HSL191.02º29.7%67.65%-
HSV(B)191.02º24.87%77.25%-
XYZ40.2746.2959.64-
YUV177.07139.25107.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=27.77%
G=35.27%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481881970.250.0500.23191.0229.767.65
Hex94BCC5195017bf1e44
Octal22427430531502727736104
Binary1001010010111100110001011100110101011110111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,197); }

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

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

 a { background-color: rgb(148,188,197); }

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

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

 span { border-color: rgb(148,188,197); }

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