#BCD2C7

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

Shades of Jet Stream #BCD2C7

Tints of Jet Stream #BCD2C7

Color information

#BCD2C7 (or 0xBCD2C7) is unknown color: approx Jet Stream. HEX triplet: BC, D2 and C7. RGB value is (188,210,199). Sum of RGB (Red+Green+Blue) = 188+210+199=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2C7 is #432D38. Grayscale: #CACACA. Windows color (decimal): -4402489 or 13095612. OLE color: 13095612.

HSL color Cylindrical-coordinate representation of color #BCD2C7: hue angle of 150º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB188210199-
CMYK0.1000.050.18
HSL150º19.64%78.04%-
HSV(B)150º10.48%82.35%-
XYZ54.0960.9162.94-
YUV202.17126.21117.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 199 (78.12% from 255) = 33.33%
R=31.49%
G=35.18%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101990.1000.050.1815019.6478.04
HexBCD2C7A051296144e
Octal27432230712052222624116
Binary101111001101001011000111101001011001010010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2C7; }

 p { color: rgb(188,210,199); }

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

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

 a { background-color: rgb(188,210,199); }

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

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

 span { border-color: rgb(188,210,199); }

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