Html Css Color HEX #BDC8C9 Jungle Mist

📋 copy color: '#BDC8C9'

red 189 ◦ green 200 ◦ blue 201

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

Shades of Jungle Mist #BDC8C9

Tints of Jungle Mist #BDC8C9

RGB

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

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

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

R = 32.03%
G = 33.9%
B = 34.07%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDC8C9 (or 0xBDC8C9) is known color: Jungle Mist. HEX triplet: BD, C8 and C9. RGB value is (189,200,201). Sum of RGB (Red+Green+Blue) = 189+200+201=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C9 is #423736. Grayscale: #C4C4C4. Windows color (decimal): -4339511 or 13224125. OLE color: 13224125.

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

Color convert

RGB 189 200 201 -
CMYK 0.06 0.00 0 0.21
HSL 185º 0.1% 0.76% -
HSV(B) 185º 0.06% 0.79% -
XYZ 52.18 56.34 63.38 -
YUV 196.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 189 200 201 0.06 0.00 0 0.21 185 0.1 0.76
Hex BD C8 C9 6 0 0 15 B9 A 4C
Octal 275 310 311 6 0 0 25 271 12 114
Binary 10111101 11001000 11001001 110 0 0 10101 10111001 1010 1001100

Color Harmonies of #BDC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8C9

Black with #BDC8C9

Text Example


Text Example

White with #BDC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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