Html Css Color HEX #B4C8C9 Jungle Mist

📋 copy color: '#B4C8C9'

red 180 ◦ green 200 ◦ blue 201

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

Shades of Jungle Mist #B4C8C9

Tints of Jungle Mist #B4C8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 30.98%
G = 34.42%
B = 34.6%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4C8C9 (or 0xB4C8C9) is known color: Jungle Mist. HEX triplet: B4, C8 and C9. RGB value is (180,200,201). Sum of RGB (Red+Green+Blue) = 180+200+201=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #B4C8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8C9 is #4B3736. Grayscale: #C2C2C2. Windows color (decimal): -4929335 or 13224116. OLE color: 13224116.

HSL color Cylindrical-coordinate representation of color #B4C8C9: hue angle of 182.86º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C8C9 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 200 201 -
CMYK 0.10 0.00 0 0.21
HSL 182.86º 0.16% 0.75% -
HSV(B) 182.86º 0.1% 0.79% -
XYZ 50.02 55.23 63.28 -
YUV 194.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 180 200 201 0.10 0.00 0 0.21 182.86 0.16 0.75
Hex B4 C8 C9 A 0 0 15 B7 10 4B
Octal 264 310 311 12 0 0 25 267 20 113
Binary 10110100 11001000 11001001 1010 0 0 10101 10110111 10000 1001011

Color Harmonies of #B4C8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8C9

Black with #B4C8C9

Text Example


Text Example

White with #B4C8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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