Html Css Color HEX #96BACE Nepal

📋 copy color: '#96BACE'

red 150 ◦ green 186 ◦ blue 206

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

Shades of Nepal #96BACE

Tints of Nepal #96BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.32%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 27.68%
G = 34.32%
B = 38.01%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96BACE (or 0x96BACE) is known color: Nepal. HEX triplet: 96, BA and CE. RGB value is (150,186,206). Sum of RGB (Red+Green+Blue) = 150+186+206=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BACE is #694531. Grayscale: #B1B1B1. Windows color (decimal): -6898994 or 13548182. OLE color: 13548182.

HSL color Cylindrical-coordinate representation of color #96BACE: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BACE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 186 206 -
CMYK 0.27 0.10 0 0.19
HSL 201.43º 0.36% 0.7% -
HSV(B) 201.43º 0.27% 0.81% -
XYZ 41.28 46.06 65.11 -
YUV 177.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 150 186 206 0.27 0.10 0 0.19 201.43 0.36 0.7
Hex 96 BA CE 1B A 0 13 C9 24 46
Octal 226 272 316 33 12 0 23 311 44 106
Binary 10010110 10111010 11001110 11011 1010 0 10011 11001001 100100 1000110

Color Harmonies of #96BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BACE

Black with #96BACE

Text Example


Text Example

White with #96BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,206); }

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

background-color css

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

 a { background-color: rgb(150,186,206); }

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

border-color css

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

 span { border-color: rgb(150,186,206); }

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