#BCCFCA

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

Shades of Jet Stream #BCCFCA

Tints of Jet Stream #BCCFCA

Color information

#BCCFCA (or 0xBCCFCA) is unknown color: approx Jet Stream. HEX triplet: BC, CF and CA. RGB value is (188,207,202). Sum of RGB (Red+Green+Blue) = 188+207+202=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCA is #433035. Grayscale: #C8C8C8. Windows color (decimal): -4403254 or 13291452. OLE color: 13291452.

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

Color convert

RGB188207202-
CMYK0.0900.020.19
HSL164.21º16.52%77.45%-
HSV(B)164.21º9.18%81.18%-
XYZ53.7159.5864.55-
YUV200.75128.71118.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=31.49%
G=34.67%
B=33.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882072020.0900.020.19164.2116.5277.45
HexBCCFCA90213a4114d
Octal27431731211022324421115
Binary10111100110011111100101010010101001110100100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFCA; }

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

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

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

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

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

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

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

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