#BCD5CB

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

Shades of Jet Stream #BCD5CB

Tints of Jet Stream #BCD5CB

Color information

#BCD5CB (or 0xBCD5CB) is unknown color: approx Jet Stream. HEX triplet: BC, D5 and CB. RGB value is (188,213,203). Sum of RGB (Red+Green+Blue) = 188+213+203=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CB is #432A34. Grayscale: #CCCCCC. Windows color (decimal): -4401717 or 13358524. OLE color: 13358524.

HSL color Cylindrical-coordinate representation of color #BCD5CB: hue angle of 156º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5CB is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB188213203-
CMYK0.1200.050.16
HSL156º22.94%78.63%-
HSV(B)156º11.74%83.53%-
XYZ55.3162.5965.67-
YUV204.38127.22116.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=31.13%
G=35.26%
B=33.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882132030.1200.050.1615622.9478.63
HexBCD5CBC05109c174f
Octal27432531314052023427117
Binary101111001101010111001011110001011000010011100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5CB; }

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

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

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

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

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

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

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

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