Html Css Color HEX #8BADC4 Nepal

📋 copy color: '#8BADC4'

red 139 ◦ green 173 ◦ blue 196

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

Shades of Nepal #8BADC4

Tints of Nepal #8BADC4

RGB

 RED value IS 139 (54.69% from 255) = 27.36%

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 196 (76.95% from 255) = 38.58%

R = 27.36%
G = 34.06%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8BADC4 (or 0x8BADC4) is known color: Nepal. HEX triplet: 8B, AD and C4. RGB value is (139,173,196). Sum of RGB (Red+Green+Blue) = 139+173+196=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #8BADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADC4 is #74523B. Grayscale: #A5A5A5. Windows color (decimal): -7623228 or 12889483. OLE color: 12889483.

HSL color Cylindrical-coordinate representation of color #8BADC4: hue angle of 204.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BADC4 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 139 173 196 -
CMYK 0.29 0.12 0 0.23
HSL 204.21º 0.33% 0.66% -
HSV(B) 204.21º 0.29% 0.77% -
XYZ 35.55 39.36 57.95 -
YUV 165.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 139 173 196 0.29 0.12 0 0.23 204.21 0.33 0.66
Hex 8B AD C4 1D C 0 17 CC 21 42
Octal 213 255 304 35 14 0 27 314 41 102
Binary 10001011 10101101 11000100 11101 1100 0 10111 11001100 100001 1000010

Color Harmonies of #8BADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADC4

Black with #8BADC4

Text Example


Text Example

White with #8BADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BADC4; }

 p { color: rgb(139,173,196); }

 H1.HeaderClassName
 {
   color: #8BADC4;
 }
 .AnyTagClassName
 {
   color: #8BADC4;
 }
</style>

background-color css

<style>
 a { background-color: #8BADC4; }

 a { background-color: rgb(139,173,196); }

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

border-color css

<style>
 span { border-color: #8BADC4; }

 span { border-color: rgb(139,173,196); }

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