#BCDBCF

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

Shades of Jet Stream #BCDBCF

Tints of Jet Stream #BCDBCF

Color information

#BCDBCF (or 0xBCDBCF) is unknown color: approx Jet Stream. HEX triplet: BC, DB and CF. RGB value is (188,219,207). Sum of RGB (Red+Green+Blue) = 188+219+207=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBCF is #432430. Grayscale: #D0D0D0. Windows color (decimal): -4400177 or 13622204. OLE color: 13622204.

HSL color Cylindrical-coordinate representation of color #BCDBCF: hue angle of 156.77º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBCF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB188219207-
CMYK0.1400.050.14
HSL156.77º30.1%79.8%-
HSV(B)156.77º14.16%85.88%-
XYZ57.3365.8668.72-
YUV208.36127.23113.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=30.62%
G=35.67%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192070.1400.050.14156.7730.179.8
HexBCDBCFE05E9d1e50
Octal27433331716051623536120
Binary10111100110110111100111111100101111010011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBCF; }

 p { color: rgb(188,219,207); }

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

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

 a { background-color: rgb(188,219,207); }

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

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

 span { border-color: rgb(188,219,207); }

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