#BDCDC7

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

Shades of Jet Stream #BDCDC7

Tints of Jet Stream #BDCDC7

Color information

#BDCDC7 (or 0xBDCDC7) is unknown color: approx Jet Stream. HEX triplet: BD, CD and C7. RGB value is (189,205,199). Sum of RGB (Red+Green+Blue) = 189+205+199=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC7 is #423238. Grayscale: #C7C7C7. Windows color (decimal): -4338233 or 13094333. OLE color: 13094333.

HSL color Cylindrical-coordinate representation of color #BDCDC7: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB189205199-
CMYK0.0800.030.20
HSL157.5º13.79%77.25%-
HSV(B)157.5º7.8%80.39%-
XYZ53.1358.662.54-
YUV199.53127.7120.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=31.87%
G=34.57%
B=33.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051990.0800.030.20157.513.7977.25
HexBDCDC7803149de4d
Octal27531530710032423516115
Binary1011110111001101110001111000011101001001110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC7; }

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

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

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

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

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

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

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

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