Html Css Color HEX #A8BBBC Jungle Mist

📋 copy color: '#A8BBBC'

red 168 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #A8BBBC

Tints of Jungle Mist #A8BBBC

RGB

 RED value IS 168 (66.02% from 255) = 30.94%

 GREEN value IS 187 (73.44% from 255) = 34.44%

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

R = 30.94%
G = 34.44%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A8BBBC (or 0xA8BBBC) is known color: Jungle Mist. HEX triplet: A8, BB and BC. RGB value is (168,187,188). Sum of RGB (Red+Green+Blue) = 168+187+188=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBBC is #574443. Grayscale: #B5B5B5. Windows color (decimal): -5719108 or 12368808. OLE color: 12368808.

HSL color Cylindrical-coordinate representation of color #A8BBBC: hue angle of 183º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BBBC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 187 188 -
CMYK 0.11 0.01 0 0.26
HSL 183º 0.13% 0.7% -
HSV(B) 183º 0.11% 0.74% -
XYZ 43 47.5 54.48 -
YUV 181.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 168 187 188 0.11 0.01 0 0.26 183 0.13 0.7
Hex A8 BB BC B 1 0 1A B7 D 46
Octal 250 273 274 13 1 0 32 267 15 106
Binary 10101000 10111011 10111100 1011 1 0 11010 10110111 1101 1000110

Color Harmonies of #A8BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBBC

Black with #A8BBBC

Text Example


Text Example

White with #A8BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBBC; }

 p { color: rgb(168,187,188); }

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

background-color css

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

 a { background-color: rgb(168,187,188); }

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

border-color css

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

 span { border-color: rgb(168,187,188); }

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