#BFD9CE

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

Shades of Jet Stream #BFD9CE

Tints of Jet Stream #BFD9CE

Color information

#BFD9CE (or 0xBFD9CE) is unknown color: approx Jet Stream. HEX triplet: BF, D9 and CE. RGB value is (191,217,206). Sum of RGB (Red+Green+Blue) = 191+217+206=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9CE is #402631. Grayscale: #CFCFCF. Windows color (decimal): -4204082 or 13556159. OLE color: 13556159.

HSL color Cylindrical-coordinate representation of color #BFD9CE: hue angle of 154.62º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD9CE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB191217206-
CMYK0.1200.050.15
HSL154.62º25.49%80%-
HSV(B)154.62º11.98%85.1%-
XYZ57.4465.1667.94-
YUV207.97126.89115.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=31.11%
G=35.34%
B=33.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912172060.1200.050.15154.6225.4980
HexBFD9CEC05F9b1950
Octal27733131614051723331120
Binary10111111110110011100111011000101111110011011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9CE; }

 p { color: rgb(191,217,206); }

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

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

 a { background-color: rgb(191,217,206); }

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

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

 span { border-color: rgb(191,217,206); }

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