Html Css Color HEX #8CABBC Nepal

📋 copy color: '#8CABBC'

red 140 ◦ green 171 ◦ blue 188

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

Shades of Nepal #8CABBC

Tints of Nepal #8CABBC

RGB

 RED value IS 140 (55.08% from 255) = 28.06%

 GREEN value IS 171 (67.19% from 255) = 34.27%

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 28.06%
G = 34.27%
B = 37.68%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CABBC (or 0x8CABBC) is known color: Nepal. HEX triplet: 8C, AB and BC. RGB value is (140,171,188). Sum of RGB (Red+Green+Blue) = 140+171+188=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABBC is #735443. Grayscale: #A3A3A3. Windows color (decimal): -7558212 or 12364684. OLE color: 12364684.

HSL color Cylindrical-coordinate representation of color #8CABBC: hue angle of 201.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CABBC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 171 188 -
CMYK 0.26 0.09 0 0.26
HSL 201.25º 0.26% 0.64% -
HSV(B) 201.25º 0.26% 0.74% -
XYZ 34.46 38.33 53.16 -
YUV 163.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 140 171 188 0.26 0.09 0 0.26 201.25 0.26 0.64
Hex 8C AB BC 1A 9 0 1A C9 1A 40
Octal 214 253 274 32 11 0 32 311 32 100
Binary 10001100 10101011 10111100 11010 1001 0 11010 11001001 11010 1000000

Color Harmonies of #8CABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABBC

Black with #8CABBC

Text Example


Text Example

White with #8CABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,188); }

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

background-color css

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

 a { background-color: rgb(140,171,188); }

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

border-color css

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

 span { border-color: rgb(140,171,188); }

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