Html Css Color HEX #BDC6C8 Jungle Mist

📋 copy color: '#BDC6C8'

red 189 ◦ green 198 ◦ blue 200

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

Shades of Jungle Mist #BDC6C8

Tints of Jungle Mist #BDC6C8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 32.2%
G = 33.73%
B = 34.07%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDC6C8 (or 0xBDC6C8) is known color: Jungle Mist. HEX triplet: BD, C6 and C8. RGB value is (189,198,200). Sum of RGB (Red+Green+Blue) = 189+198+200=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6C8 is #423937. Grayscale: #C3C3C3. Windows color (decimal): -4340024 or 13158077. OLE color: 13158077.

HSL color Cylindrical-coordinate representation of color #BDC6C8: hue angle of 190.91º 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 #BDC6C8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 200 -
CMYK 0.06 0.01 0 0.22
HSL 190.91º 0.09% 0.76% -
HSV(B) 190.91º 0.06% 0.78% -
XYZ 51.61 55.38 62.61 -
YUV 195.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 189 198 200 0.06 0.01 0 0.22 190.91 0.09 0.76
Hex BD C6 C8 6 1 0 16 BF 9 4C
Octal 275 306 310 6 1 0 26 277 11 114
Binary 10111101 11000110 11001000 110 1 0 10110 10111111 1001 1001100

Color Harmonies of #BDC6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6C8

Black with #BDC6C8

Text Example


Text Example

White with #BDC6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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