#94BDC0

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

Shades of Botticelli #94BDC0

Tints of Botticelli #94BDC0

Color information

#94BDC0 (or 0x94BDC0) is unknown color: approx Botticelli. HEX triplet: 94, BD and C0. RGB value is (148,189,192). Sum of RGB (Red+Green+Blue) = 148+189+192=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #94BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDC0 is #6B423F. Grayscale: #B1B1B1. Windows color (decimal): -7029312 or 12631444. OLE color: 12631444.

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

Color convert

RGB148189192-
CMYK0.230.0200.25
HSL184.09º25.88%66.67%-
HSV(B)184.09º22.92%75.29%-
XYZ39.9246.556.74-
YUV177.08136.42107.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=27.98%
G=35.73%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481891920.230.0200.25184.0925.8866.67
Hex94BDC0172019b81a43
Octal22427530027203127032103
Binary100101001011110111000000101111001100110111000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,189,192); }

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

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

 a { background-color: rgb(148,189,192); }

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

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

 span { border-color: rgb(148,189,192); }

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