#BCCFC8

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

Shades of Jet Stream #BCCFC8

Tints of Jet Stream #BCCFC8

Color information

#BCCFC8 (or 0xBCCFC8) is unknown color: approx Jet Stream. HEX triplet: BC, CF and C8. RGB value is (188,207,200). Sum of RGB (Red+Green+Blue) = 188+207+200=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC8 is #433037. Grayscale: #C8C8C8. Windows color (decimal): -4403256 or 13160380. OLE color: 13160380.

HSL color Cylindrical-coordinate representation of color #BCCFC8: hue angle of 157.89º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB188207200-
CMYK0.0900.030.19
HSL157.89º16.52%77.45%-
HSV(B)157.89º9.18%81.18%-
XYZ53.4859.4963.31-
YUV200.52127.71119.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=31.60%
G=34.79%
B=33.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882072000.0900.030.19157.8916.5277.45
HexBCCFC8903139e114d
Octal27431731011032323621115
Binary10111100110011111100100010010111001110011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFC8; }

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

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

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

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

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

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

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

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