#BCD8CB

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

Shades of Jet Stream #BCD8CB

Tints of Jet Stream #BCD8CB

Color information

#BCD8CB (or 0xBCD8CB) is unknown color: approx Jet Stream. HEX triplet: BC, D8 and CB. RGB value is (188,216,203). Sum of RGB (Red+Green+Blue) = 188+216+203=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8CB is #432734. Grayscale: #CECECE. Windows color (decimal): -4400949 or 13359292. OLE color: 13359292.

HSL color Cylindrical-coordinate representation of color #BCD8CB: hue angle of 152.14º degrees, saturation: 0.26, 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 #BCD8CB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB188216203-
CMYK0.1300.060.15
HSL152.14º26.42%79.22%-
HSV(B)152.14º12.96%84.71%-
XYZ56.0764.1165.92-
YUV206.15126.22115.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=30.97%
G=35.58%
B=33.44%

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
Decimal1882162030.1300.060.15152.1426.4279.22
HexBCD8CBD06F981a4f
Octal27433031315061723032117
Binary10111100110110001100101111010110111110011000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8CB; }

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

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

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

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

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

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

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

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