#BCD9CB

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

Shades of Jet Stream #BCD9CB

Tints of Jet Stream #BCD9CB

Color information

#BCD9CB (or 0xBCD9CB) is unknown color: approx Jet Stream. HEX triplet: BC, D9 and CB. RGB value is (188,217,203). Sum of RGB (Red+Green+Blue) = 188+217+203=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9CB is #432634. Grayscale: #CECECE. Windows color (decimal): -4400693 or 13359548. OLE color: 13359548.

HSL color Cylindrical-coordinate representation of color #BCD9CB: hue angle of 151.03º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9CB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB188217203-
CMYK0.1300.060.15
HSL151.03º27.62%79.41%-
HSV(B)151.03º13.36%85.1%-
XYZ56.3364.6366.01-
YUV206.73125.89114.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=30.92%
G=35.69%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882172030.1300.060.15151.0327.6279.41
HexBCD9CBD06F971c4f
Octal27433131315061722734117
Binary10111100110110011100101111010110111110010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9CB; }

 p { color: rgb(188,217,203); }

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

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

 a { background-color: rgb(188,217,203); }

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

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

 span { border-color: rgb(188,217,203); }

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