Html Css Color HEX #B4C8C6 Jungle Mist

📋 copy color: '#B4C8C6'

red 180 ◦ green 200 ◦ blue 198

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

Shades of Jungle Mist #B4C8C6

Tints of Jungle Mist #B4C8C6

RGB

 RED value IS 180 (70.7% from 255) = 31.14%

 GREEN value IS 200 (78.52% from 255) = 34.6%

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 31.14%
G = 34.6%
B = 34.26%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#B4C8C6 (or 0xB4C8C6) is known color: Jungle Mist. HEX triplet: B4, C8 and C6. RGB value is (180,200,198). Sum of RGB (Red+Green+Blue) = 180+200+198=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8C6 is #4B3739. Grayscale: #C1C1C1. Windows color (decimal): -4929338 or 13027508. OLE color: 13027508.

HSL color Cylindrical-coordinate representation of color #B4C8C6: hue angle of 174º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C8C6 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 198 -
CMYK 0.1 0 0.01 0.22
HSL 174º 0.15% 0.75% -
HSV(B) 174º 0.1% 0.78% -
XYZ 49.67 55.09 61.44 -
YUV 193.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 180 200 198 0.1 0 0.01 0.22 174 0.15 0.75
Hex B4 C8 C6 A 0 1 16 AE F 4B
Octal 264 310 306 12 0 1 26 256 17 113
Binary 10110100 11001000 11000110 1010 0 1 10110 10101110 1111 1001011

Color Harmonies of #B4C8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8C6

Black with #B4C8C6

Text Example


Text Example

White with #B4C8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8C6; }

 p { color: rgb(180,200,198); }

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

background-color css

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

 a { background-color: rgb(180,200,198); }

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

border-color css

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

 span { border-color: rgb(180,200,198); }

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