#BFD7CE

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

Shades of Jet Stream #BFD7CE

Tints of Jet Stream #BFD7CE

Color information

#BFD7CE (or 0xBFD7CE) is unknown color: approx Jet Stream. HEX triplet: BF, D7 and CE. RGB value is (191,215,206). Sum of RGB (Red+Green+Blue) = 191+215+206=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CE is #402831. Grayscale: #CECECE. Windows color (decimal): -4204594 or 13555647. OLE color: 13555647.

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

Color convert

RGB191215206-
CMYK0.1100.040.16
HSL157.5º23.08%79.61%-
HSV(B)157.5º11.16%84.31%-
XYZ56.9364.1367.77-
YUV206.8127.55116.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=31.21%
G=35.13%
B=33.66%

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
Decimal1912152060.1100.040.16157.523.0879.61
HexBFD7CEB04109e1750
Octal27732731613042023627120
Binary101111111101011111001110101101001000010011110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7CE; }

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

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

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

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

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

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

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

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