#BFD7CD

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

Shades of Jet Stream #BFD7CD

Tints of Jet Stream #BFD7CD

Color information

#BFD7CD (or 0xBFD7CD) is unknown color: approx Jet Stream. HEX triplet: BF, D7 and CD. RGB value is (191,215,205). Sum of RGB (Red+Green+Blue) = 191+215+205=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CD is #402832. Grayscale: #CECECE. Windows color (decimal): -4204595 or 13490111. OLE color: 13490111.

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

Color convert

RGB191215205-
CMYK0.1100.050.16
HSL155º23.08%79.61%-
HSV(B)155º11.16%84.31%-
XYZ56.8164.0967.13-
YUV206.68127.05116.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=31.26%
G=35.19%
B=33.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912152050.1100.050.1615523.0879.61
HexBFD7CDB05109b1750
Octal27732731513052023327120
Binary101111111101011111001101101101011000010011011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7CD; }

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

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

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

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

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

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

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

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