Html Css Color HEX #BDC8C7 Jungle Mist

📋 copy color: '#BDC8C7'

red 189 ◦ green 200 ◦ blue 199

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

Shades of Jungle Mist #BDC8C7

Tints of Jungle Mist #BDC8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.84%

R = 32.14%
G = 34.01%
B = 33.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#BDC8C7 (or 0xBDC8C7) is known color: Jungle Mist. HEX triplet: BD, C8 and C7. RGB value is (189,200,199). Sum of RGB (Red+Green+Blue) = 189+200+199=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C7 is #423738. Grayscale: #C4C4C4. Windows color (decimal): -4339513 or 13093053. OLE color: 13093053.

HSL color Cylindrical-coordinate representation of color #BDC8C7: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC8C7 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 199 -
CMYK 0.06 0 0.00 0.22
HSL 174.55º 0.09% 0.76% -
HSV(B) 174.55º 0.06% 0.78% -
XYZ 51.95 56.25 62.15 -
YUV 196.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 189 200 199 0.06 0 0.00 0.22 174.55 0.09 0.76
Hex BD C8 C7 6 0 0 16 AF 9 4C
Octal 275 310 307 6 0 0 26 257 11 114
Binary 10111101 11001000 11000111 110 0 0 10110 10101111 1001 1001100

Color Harmonies of #BDC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8C7

Black with #BDC8C7

Text Example


Text Example

White with #BDC8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8C7; }

 p { color: rgb(189,200,199); }

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

background-color css

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

 a { background-color: rgb(189,200,199); }

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

border-color css

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

 span { border-color: rgb(189,200,199); }

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