#BDC8C5

Color #BDC8C5 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BDC8C5

Tints of Jet Stream #BDC8C5

Color information

#BDC8C5 (or 0xBDC8C5) is unknown color: approx Jet Stream. HEX triplet: BD, C8 and C5. RGB value is (189,200,197). Sum of RGB (Red+Green+Blue) = 189+200+197=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C5 is #42373A. Grayscale: #C4C4C4. Windows color (decimal): -4339515 or 12961981. OLE color: 12961981.

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

Color convert

RGB189200197-
CMYK0.0600.020.22
HSL163.64º9.09%76.27%-
HSV(B)163.64º5.5%78.43%-
XYZ51.7256.1660.94-
YUV196.37128.36122.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=32.25%
G=34.13%
B=33.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001970.0600.020.22163.649.0976.27
HexBDC8C560216a494c
Octal2753103056022624411114
Binary101111011100100011000101110010101101010010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8C5; }

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

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

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

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

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

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

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

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