#BFD9CF

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

Shades of Jet Stream #BFD9CF

Tints of Jet Stream #BFD9CF

Color information

#BFD9CF (or 0xBFD9CF) is unknown color: approx Jet Stream. HEX triplet: BF, D9 and CF. RGB value is (191,217,207). Sum of RGB (Red+Green+Blue) = 191+217+207=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9CF is #402630. Grayscale: #D0D0D0. Windows color (decimal): -4204081 or 13621695. OLE color: 13621695.

HSL color Cylindrical-coordinate representation of color #BFD9CF: hue angle of 156.92º 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 #BFD9CF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB191217207-
CMYK0.1200.050.15
HSL156.92º25.49%80%-
HSV(B)156.92º11.98%85.1%-
XYZ57.5665.2168.58-
YUV208.09127.39115.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=31.06%
G=35.28%
B=33.66%

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
Decimal1912172070.1200.050.15156.9225.4980
HexBFD9CFC05F9d1950
Octal27733131714051723531120
Binary10111111110110011100111111000101111110011101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9CF; }

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

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

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

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

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

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

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

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