#BFD6CE

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

Shades of Jet Stream #BFD6CE

Tints of Jet Stream #BFD6CE

Color information

#BFD6CE (or 0xBFD6CE) is unknown color: approx Jet Stream. HEX triplet: BF, D6 and CE. RGB value is (191,214,206). Sum of RGB (Red+Green+Blue) = 191+214+206=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6CE is #402931. Grayscale: #CECECE. Windows color (decimal): -4204850 or 13555391. OLE color: 13555391.

HSL color Cylindrical-coordinate representation of color #BFD6CE: hue angle of 159.13º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6CE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB191214206-
CMYK0.1100.040.16
HSL159.13º21.9%79.41%-
HSV(B)159.13º10.75%83.92%-
XYZ56.6763.6367.69-
YUV206.21127.88117.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=31.26%
G=35.02%
B=33.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912142060.1100.040.16159.1321.979.41
HexBFD6CEB04109f164f
Octal27732631613042023726117
Binary101111111101011011001110101101001000010011111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6CE; }

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

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

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

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

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

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

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

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