#92BCC3

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

Shades of Botticelli #92BCC3

Tints of Botticelli #92BCC3

Color information

#92BCC3 (or 0x92BCC3) is unknown color: approx Botticelli. HEX triplet: 92, BC and C3. RGB value is (146,188,195). Sum of RGB (Red+Green+Blue) = 146+188+195=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #92BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCC3 is #6D433C. Grayscale: #B0B0B0. Windows color (decimal): -7160637 or 12827794. OLE color: 12827794.

HSL color Cylindrical-coordinate representation of color #92BCC3: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92BCC3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146188195-
CMYK0.250.0400.24
HSL188.57º28.99%66.86%-
HSV(B)188.57º25.13%76.47%-
XYZ39.6946.0258.42-
YUV176.24138.59106.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=27.60%
G=35.54%
B=36.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461881950.250.0400.24188.5728.9966.86
Hex92BCC3194018bd1d43
Octal22227430331403027535103
Binary1001001010111100110000111100110001100010111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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