#92BDC4

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

Shades of Botticelli #92BDC4

Tints of Botticelli #92BDC4

Color information

#92BDC4 (or 0x92BDC4) is unknown color: approx Botticelli. HEX triplet: 92, BD and C4. RGB value is (146,189,196). Sum of RGB (Red+Green+Blue) = 146+189+196=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #92BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDC4 is #6D423B. Grayscale: #B0B0B0. Windows color (decimal): -7160380 or 12893586. OLE color: 12893586.

HSL color Cylindrical-coordinate representation of color #92BDC4: hue angle of 188.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BDC4 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146189196-
CMYK0.260.0400.23
HSL188.4º29.76%67.06%-
HSV(B)188.4º25.51%76.86%-
XYZ40.0246.4959.09-
YUV176.94138.75105.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=27.50%
G=35.59%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461891960.260.0400.23188.429.7667.06
Hex92BDC41A4017bc1e43
Octal22227530432402727436103
Binary1001001010111101110001001101010001011110111100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,196); }

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

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

 a { background-color: rgb(146,189,196); }

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

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

 span { border-color: rgb(146,189,196); }

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