#BFD5C9

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

Shades of Jet Stream #BFD5C9

Tints of Jet Stream #BFD5C9

Color information

#BFD5C9 (or 0xBFD5C9) is unknown color: approx Jet Stream. HEX triplet: BF, D5 and C9. RGB value is (191,213,201). Sum of RGB (Red+Green+Blue) = 191+213+201=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5C9 is #402A36. Grayscale: #CDCDCD. Windows color (decimal): -4205111 or 13227455. OLE color: 13227455.

HSL color Cylindrical-coordinate representation of color #BFD5C9: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5C9 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB191213201-
CMYK0.1000.060.16
HSL147.27º20.75%79.22%-
HSV(B)147.27º10.33%83.53%-
XYZ55.8262.8864.45-
YUV205.05125.71117.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=31.57%
G=35.21%
B=33.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912132010.1000.060.16147.2720.7579.22
HexBFD5C9A061093154f
Octal27732531112062022325117
Binary101111111101010111001001101001101000010010011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5C9; }

 p { color: rgb(191,213,201); }

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

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

 a { background-color: rgb(191,213,201); }

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

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

 span { border-color: rgb(191,213,201); }

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