#BCCFC7

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

Shades of Jet Stream #BCCFC7

Tints of Jet Stream #BCCFC7

Color information

#BCCFC7 (or 0xBCCFC7) is unknown color: approx Jet Stream. HEX triplet: BC, CF and C7. RGB value is (188,207,199). Sum of RGB (Red+Green+Blue) = 188+207+199=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC7 is #433038. Grayscale: #C8C8C8. Windows color (decimal): -4403257 or 13094844. OLE color: 13094844.

HSL color Cylindrical-coordinate representation of color #BCCFC7: hue angle of 154.74º 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 #BCCFC7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB188207199-
CMYK0.0900.040.19
HSL154.74º16.52%77.45%-
HSV(B)154.74º9.18%81.18%-
XYZ53.3659.4462.69-
YUV200.41127.21119.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=31.65%
G=34.85%
B=33.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071990.0900.040.19154.7416.5277.45
HexBCCFC7904139b114d
Octal27431730711042323321115
Binary101111001100111111000111100101001001110011011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFC7; }

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

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

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

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

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

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

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

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