#92B2BC

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

Shades of Botticelli #92B2BC

Tints of Botticelli #92B2BC

Color information

#92B2BC (or 0x92B2BC) is unknown color: approx Botticelli. HEX triplet: 92, B2 and BC. RGB value is (146,178,188). Sum of RGB (Red+Green+Blue) = 146+178+188=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #92B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2BC is #6D4D43. Grayscale: #A9A9A9. Windows color (decimal): -7163204 or 12366482. OLE color: 12366482.

HSL color Cylindrical-coordinate representation of color #92B2BC: hue angle of 194.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92B2BC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146178188-
CMYK0.220.0500.26
HSL194.29º23.86%65.49%-
HSV(B)194.29º22.34%73.73%-
XYZ36.8541.5853.66-
YUV169.57138.4111.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=28.52%
G=34.77%
B=36.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461781880.220.0500.26194.2923.8665.49
Hex92B2BC16501Ac21841
Octal22226227426503230230101
Binary1001001010110010101111001011010101101011000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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