#BCD1CB

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

Shades of Jet Stream #BCD1CB

Tints of Jet Stream #BCD1CB

Color information

#BCD1CB (or 0xBCD1CB) is unknown color: approx Jet Stream. HEX triplet: BC, D1 and CB. RGB value is (188,209,203). Sum of RGB (Red+Green+Blue) = 188+209+203=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1CB is #432E34. Grayscale: #CACACA. Windows color (decimal): -4402741 or 13357500. OLE color: 13357500.

HSL color Cylindrical-coordinate representation of color #BCD1CB: hue angle of 162.86º degrees, saturation: 0.19, 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 #BCD1CB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB188209203-
CMYK0.1000.030.18
HSL162.86º18.58%77.84%-
HSV(B)162.86º10.05%81.96%-
XYZ54.3260.665.33-
YUV202.04128.54117.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=31.33%
G=34.83%
B=33.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882092030.1000.030.18162.8618.5877.84
HexBCD1CBA0312a3134e
Octal27432131312032224323116
Binary10111100110100011100101110100111001010100011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1CB; }

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

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

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

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

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

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

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

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