#BFD9CC

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

Shades of Jet Stream #BFD9CC

Tints of Jet Stream #BFD9CC

Color information

#BFD9CC (or 0xBFD9CC) is unknown color: approx Jet Stream. HEX triplet: BF, D9 and CC. RGB value is (191,217,204). Sum of RGB (Red+Green+Blue) = 191+217+204=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9CC is #402633. Grayscale: #CFCFCF. Windows color (decimal): -4204084 or 13425087. OLE color: 13425087.

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

Color convert

RGB191217204-
CMYK0.1200.060.15
HSL150º25.49%80%-
HSV(B)150º11.98%85.1%-
XYZ57.265.0666.67-
YUV207.74125.89116.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=31.21%
G=35.46%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912172040.1200.060.1515025.4980
HexBFD9CCC06F961950
Octal27733131414061722631120
Binary10111111110110011100110011000110111110010110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9CC; }

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

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

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

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

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

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

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

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