Html Css Color HEX #B4BDBC Jungle Mist

📋 copy color: '#B4BDBC'

red 180 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #B4BDBC

Tints of Jungle Mist #B4BDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 32.32%
G = 33.93%
B = 33.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#B4BDBC (or 0xB4BDBC) is known color: Jungle Mist. HEX triplet: B4, BD and BC. RGB value is (180,189,188). Sum of RGB (Red+Green+Blue) = 180+189+188=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDBC is #4B4243. Grayscale: #BABABA. Windows color (decimal): -4932164 or 12369332. OLE color: 12369332.

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

Color convert

RGB 180 189 188 -
CMYK 0.05 0 0.01 0.26
HSL 173.33º 0.06% 0.72% -
HSV(B) 173.33º 0.05% 0.74% -
XYZ 46.1 49.73 54.75 -
YUV 186.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 180 189 188 0.05 0 0.01 0.26 173.33 0.06 0.72
Hex B4 BD BC 5 0 1 1A AD 6 48
Octal 264 275 274 5 0 1 32 255 6 110
Binary 10110100 10111101 10111100 101 0 1 11010 10101101 110 1001000

Color Harmonies of #B4BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDBC

Black with #B4BDBC

Text Example


Text Example

White with #B4BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDBC; }

 p { color: rgb(180,189,188); }

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

background-color css

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

 a { background-color: rgb(180,189,188); }

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

border-color css

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

 span { border-color: rgb(180,189,188); }

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