#94BBC9

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

Shades of Nepal #94BBC9

Tints of Nepal #94BBC9

Color information

#94BBC9 (or 0x94BBC9) is unknown color: approx Nepal. HEX triplet: 94, BB and C9. RGB value is (148,187,201). Sum of RGB (Red+Green+Blue) = 148+187+201=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #94BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBC9 is #6B4436. Grayscale: #B0B0B0. Windows color (decimal): -7029815 or 13220756. OLE color: 13220756.

HSL color Cylindrical-coordinate representation of color #94BBC9: hue angle of 195.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BBC9 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148187201-
CMYK0.260.0700.21
HSL195.85º32.92%68.43%-
HSV(B)195.85º26.37%78.82%-
XYZ40.5346.0562.01-
YUV176.94141.58107.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=27.61%
G=34.89%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481872010.260.0700.21195.8532.9268.43
Hex94BBC91A7015c42144
Octal22427331132702530441104
Binary10010100101110111100100111010111010101110001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BBC9; }

 p { color: rgb(148,187,201); }

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

<style>
 a { background-color: #94BBC9; }

 a { background-color: rgb(148,187,201); }

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

<style>
 span { border-color: #94BBC9; }

 span { border-color: rgb(148,187,201); }

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