#BCD7CF

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

Shades of Jet Stream #BCD7CF

Tints of Jet Stream #BCD7CF

Color information

#BCD7CF (or 0xBCD7CF) is unknown color: approx Jet Stream. HEX triplet: BC, D7 and CF. RGB value is (188,215,207). Sum of RGB (Red+Green+Blue) = 188+215+207=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7CF is #432830. Grayscale: #CECECE. Windows color (decimal): -4401201 or 13621180. OLE color: 13621180.

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

Color convert

RGB188215207-
CMYK0.1300.040.16
HSL162.22º25.23%79.02%-
HSV(B)162.22º12.56%84.31%-
XYZ56.363.868.38-
YUV206.02128.55115.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=30.82%
G=35.25%
B=33.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882152070.1300.040.16162.2225.2379.02
HexBCD7CFD0410a2194f
Octal27432731715042024231117
Binary101111001101011111001111110101001000010100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7CF; }

 p { color: rgb(188,215,207); }

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

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

 a { background-color: rgb(188,215,207); }

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

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

 span { border-color: rgb(188,215,207); }

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