#BCD2CB

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

Shades of Jet Stream #BCD2CB

Tints of Jet Stream #BCD2CB

Color information

#BCD2CB (or 0xBCD2CB) is unknown color: approx Jet Stream. HEX triplet: BC, D2 and CB. RGB value is (188,210,203). Sum of RGB (Red+Green+Blue) = 188+210+203=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2CB is #432D34. Grayscale: #CACACA. Windows color (decimal): -4402485 or 13357756. OLE color: 13357756.

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

Color convert

RGB188210203-
CMYK0.1000.030.18
HSL160.91º19.64%78.04%-
HSV(B)160.91º10.48%82.35%-
XYZ54.5761.165.42-
YUV202.62128.21117.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=31.28%
G=34.94%
B=33.78%

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
Decimal1882102030.1000.030.18160.9119.6478.04
HexBCD2CBA0312a1144e
Octal27432231312032224124116
Binary10111100110100101100101110100111001010100001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2CB; }

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

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

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

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

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

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

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

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