#BDC8CA

Color #BDC8CA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #BDC8CA

Tints of Jungle Mist #BDC8CA

Color information

#BDC8CA (or 0xBDC8CA) is unknown color: approx Jungle Mist. HEX triplet: BD, C8 and CA. RGB value is (189,200,202). Sum of RGB (Red+Green+Blue) = 189+200+202=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8CA is #423735. Grayscale: #C4C4C4. Windows color (decimal): -4339510 or 13289661. OLE color: 13289661.

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

Color convert

RGB189200202-
CMYK0.060.0100.21
HSL189.23º10.92%76.67%-
HSV(B)189.23º6.44%79.22%-
XYZ52.356.3964.01-
YUV196.94130.86122.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=31.98%
G=33.84%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892002020.060.0100.21189.2310.9276.67
HexBDC8CA61015bdb4d
Octal2753103126102527513115
Binary10111101110010001100101011010101011011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8CA; }

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

 H1.HeaderClassName
 {
   color: #BDC8CA;
 }
 .AnyTagClassName
 {
   color: #BDC8CA;
 }
</style>
background-color css

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

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

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

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

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

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