#BCD6CB

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

Shades of Jet Stream #BCD6CB

Tints of Jet Stream #BCD6CB

Color information

#BCD6CB (or 0xBCD6CB) is unknown color: approx Jet Stream. HEX triplet: BC, D6 and CB. RGB value is (188,214,203). Sum of RGB (Red+Green+Blue) = 188+214+203=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CB is #432934. Grayscale: #CCCCCC. Windows color (decimal): -4401461 or 13358780. OLE color: 13358780.

HSL color Cylindrical-coordinate representation of color #BCD6CB: hue angle of 154.62º degrees, saturation: 0.24, 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 #BCD6CB is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB188214203-
CMYK0.1200.050.16
HSL154.62º24.07%78.82%-
HSV(B)154.62º12.15%83.92%-
XYZ55.5763.165.75-
YUV204.97126.89115.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=31.07%
G=35.37%
B=33.55%

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
Decimal1882142030.1200.050.16154.6224.0778.82
HexBCD6CBC05109b184f
Octal27432631314052023330117
Binary101111001101011011001011110001011000010011011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6CB; }

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

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

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

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

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

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

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

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