#94BCC3

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

Shades of Botticelli #94BCC3

Tints of Botticelli #94BCC3

Color information

#94BCC3 (or 0x94BCC3) is unknown color: approx Botticelli. HEX triplet: 94, BC and C3. RGB value is (148,188,195). Sum of RGB (Red+Green+Blue) = 148+188+195=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #94BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC3 is #6B433C. Grayscale: #B0B0B0. Windows color (decimal): -7029565 or 12827796. OLE color: 12827796.

HSL color Cylindrical-coordinate representation of color #94BCC3: hue angle of 188.94º 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 #94BCC3 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148188195-
CMYK0.240.0400.24
HSL188.94º28.14%67.25%-
HSV(B)188.94º24.1%76.47%-
XYZ40.0546.258.44-
YUV176.84138.25107.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=27.87%
G=35.40%
B=36.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481881950.240.0400.24188.9428.1467.25
Hex94BCC3184018bd1c43
Octal22427430330403027534103
Binary1001010010111100110000111100010001100010111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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