Html Css Color HEX #94B4CA Nepal

📋 copy color: '#94B4CA'

red 148 ◦ green 180 ◦ blue 202

#94B4CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #94B4CA

Tints of Nepal #94B4CA

RGB

 RED value IS 148 (58.2% from 255) = 27.92%

 GREEN value IS 180 (70.7% from 255) = 33.96%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 27.92%
G = 33.96%
B = 38.11%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#94B4CA (or 0x94B4CA) is known color: Nepal. HEX triplet: 94, B4 and CA. RGB value is (148,180,202). Sum of RGB (Red+Green+Blue) = 148+180+202=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4CA is #6B4B35. Grayscale: #ACACAC. Windows color (decimal): -7031606 or 13284500. OLE color: 13284500.

HSL color Cylindrical-coordinate representation of color #94B4CA: hue angle of 204.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B4CA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 180 202 -
CMYK 0.27 0.11 0 0.21
HSL 204.44º 0.34% 0.69% -
HSV(B) 204.44º 0.27% 0.79% -
XYZ 39.19 43.2 62.15 -
YUV 172.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 148 180 202 0.27 0.11 0 0.21 204.44 0.34 0.69
Hex 94 B4 CA 1B B 0 15 CC 22 45
Octal 224 264 312 33 13 0 25 314 42 105
Binary 10010100 10110100 11001010 11011 1011 0 10101 11001100 100010 1000101

Color Harmonies of #94B4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B4CA

Black with #94B4CA

Text Example


Text Example

White with #94B4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,180,202); }

 H1.HeaderClassName
 {
   color: #94B4CA;
 }
 .AnyTagClassName
 {
   color: #94B4CA;
 }
</style>

background-color css

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

 a { background-color: rgb(148,180,202); }

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

border-color css

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

 span { border-color: rgb(148,180,202); }

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