#92BBCC

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

Shades of Nepal #92BBCC

Tints of Nepal #92BBCC

Color information

#92BBCC (or 0x92BBCC) is unknown color: approx Nepal. HEX triplet: 92, BB and CC. RGB value is (146,187,204). Sum of RGB (Red+Green+Blue) = 146+187+204=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #92BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBCC is #6D4433. Grayscale: #B0B0B0. Windows color (decimal): -7160884 or 13417362. OLE color: 13417362.

HSL color Cylindrical-coordinate representation of color #92BBCC: hue angle of 197.59º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BBCC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146187204-
CMYK0.280.0800.2
HSL197.59º36.25%68.63%-
HSV(B)197.59º28.43%80%-
XYZ40.5246.0163.87-
YUV176.68143.42106.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.19%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=27.19%
G=34.82%
B=37.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461872040.280.0800.2197.5936.2568.63
Hex92BBCC1C8014c62445
Octal222273314341002430644105
Binary100100101011101111001100111001000010100110001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,204); }

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

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

 a { background-color: rgb(146,187,204); }

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

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

 span { border-color: rgb(146,187,204); }

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