#BDCEC7

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

Shades of Jet Stream #BDCEC7

Tints of Jet Stream #BDCEC7

Color information

#BDCEC7 (or 0xBDCEC7) is unknown color: approx Jet Stream. HEX triplet: BD, CE and C7. RGB value is (189,206,199). Sum of RGB (Red+Green+Blue) = 189+206+199=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC7 is #423138. Grayscale: #C8C8C8. Windows color (decimal): -4337977 or 13094589. OLE color: 13094589.

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

Color convert

RGB189206199-
CMYK0.0800.030.19
HSL155.29º14.78%77.45%-
HSV(B)155.29º8.25%80.78%-
XYZ53.3759.0862.62-
YUV200.12127.37120.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=31.82%
G=34.68%
B=33.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061990.0800.030.19155.2914.7877.45
HexBDCEC7803139bf4d
Octal27531630710032323317115
Binary1011110111001110110001111000011100111001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEC7; }

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

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

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

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

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

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

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

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