Html Css Color HEX #96B9CA Nepal

📋 copy color: '#96B9CA'

red 150 ◦ green 185 ◦ blue 202

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

Shades of Nepal #96B9CA

Tints of Nepal #96B9CA

RGB

 RED value IS 150 (58.98% from 255) = 27.93%

 GREEN value IS 185 (72.66% from 255) = 34.45%

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

R = 27.93%
G = 34.45%
B = 37.62%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#96B9CA (or 0x96B9CA) is known color: Nepal. HEX triplet: 96, B9 and CA. RGB value is (150,185,202). Sum of RGB (Red+Green+Blue) = 150+185+202=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #96B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9CA is #694635. Grayscale: #B0B0B0. Windows color (decimal): -6899254 or 13285782. OLE color: 13285782.

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

Color convert

RGB 150 185 202 -
CMYK 0.26 0.08 0 0.21
HSL 199.62º 0.33% 0.69% -
HSV(B) 199.62º 0.26% 0.79% -
XYZ 40.59 45.45 62.51 -
YUV 176.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 150 185 202 0.26 0.08 0 0.21 199.62 0.33 0.69
Hex 96 B9 CA 1A 8 0 15 C8 21 45
Octal 226 271 312 32 10 0 25 310 41 105
Binary 10010110 10111001 11001010 11010 1000 0 10101 11001000 100001 1000101

Color Harmonies of #96B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B9CA

Black with #96B9CA

Text Example


Text Example

White with #96B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B9CA; }

 p { color: rgb(150,185,202); }

 H1.HeaderClassName
 {
   color: #96B9CA;
 }
 .AnyTagClassName
 {
   color: #96B9CA;
 }
</style>

background-color css

<style>
 a { background-color: #96B9CA; }

 a { background-color: rgb(150,185,202); }

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

border-color css

<style>
 span { border-color: #96B9CA; }

 span { border-color: rgb(150,185,202); }

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