#92B4C1

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

Shades of Botticelli #92B4C1

Tints of Botticelli #92B4C1

Color information

#92B4C1 (or 0x92B4C1) is unknown color: approx Botticelli. HEX triplet: 92, B4 and C1. RGB value is (146,180,193). Sum of RGB (Red+Green+Blue) = 146+180+193=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #92B4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B4C1 is #6D4B3E. Grayscale: #ABABAB. Windows color (decimal): -7162687 or 12694674. OLE color: 12694674.

HSL color Cylindrical-coordinate representation of color #92B4C1: hue angle of 196.6º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92B4C1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146180193-
CMYK0.240.0700.24
HSL196.6º27.49%66.47%-
HSV(B)196.6º24.35%75.69%-
XYZ37.842.656.68-
YUV171.32140.24109.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=28.13%
G=34.68%
B=37.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461801930.240.0700.24196.627.4966.47
Hex92B4C1187018c51b42
Octal22226430130703030533102
Binary1001001010110100110000011100011101100011000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,193); }

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

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

 a { background-color: rgb(146,180,193); }

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

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

 span { border-color: rgb(146,180,193); }

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