Html Css Color HEX #BDC4C3 Jungle Mist

📋 copy color: '#BDC4C3'

red 189 ◦ green 196 ◦ blue 195

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

Shades of Jungle Mist #BDC4C3

Tints of Jungle Mist #BDC4C3

RGB

 RED value IS 189 (74.22% from 255) = 32.59%

 GREEN value IS 196 (76.95% from 255) = 33.79%

 BLUE value IS 195 (76.56% from 255) = 33.62%

R = 32.59%
G = 33.79%
B = 33.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#BDC4C3 (or 0xBDC4C3) is known color: Jungle Mist. HEX triplet: BD, C4 and C3. RGB value is (189,196,195). Sum of RGB (Red+Green+Blue) = 189+196+195=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4C3 is #423B3C. Grayscale: #C1C1C1. Windows color (decimal): -4340541 or 12829885. OLE color: 12829885.

HSL color Cylindrical-coordinate representation of color #BDC4C3: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC4C3 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 195 -
CMYK 0.04 0 0.01 0.23
HSL 171.43º 0.06% 0.75% -
HSV(B) 171.43º 0.04% 0.77% -
XYZ 50.58 54.24 59.43 -
YUV 193.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 189 196 195 0.04 0 0.01 0.23 171.43 0.06 0.75
Hex BD C4 C3 4 0 1 17 AB 6 4B
Octal 275 304 303 4 0 1 27 253 6 113
Binary 10111101 11000100 11000011 100 0 1 10111 10101011 110 1001011

Color Harmonies of #BDC4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4C3

Black with #BDC4C3

Text Example


Text Example

White with #BDC4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4C3; }

 p { color: rgb(189,196,195); }

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

background-color css

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

 a { background-color: rgb(189,196,195); }

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

border-color css

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

 span { border-color: rgb(189,196,195); }

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