#BFD1CD

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

Shades of Jet Stream #BFD1CD

Tints of Jet Stream #BFD1CD

Color information

#BFD1CD (or 0xBFD1CD) is unknown color: approx Jet Stream. HEX triplet: BF, D1 and CD. RGB value is (191,209,205). Sum of RGB (Red+Green+Blue) = 191+209+205=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1CD is #402E32. Grayscale: #CBCBCB. Windows color (decimal): -4206131 or 13488575. OLE color: 13488575.

HSL color Cylindrical-coordinate representation of color #BFD1CD: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD1CD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB191209205-
CMYK0.0900.020.18
HSL166.67º16.36%78.43%-
HSV(B)166.67º8.61%81.96%-
XYZ55.3161.0966.63-
YUV203.16129.04119.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 209 (82.03% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=31.57%
G=34.55%
B=33.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912092050.0900.020.18166.6716.3678.43
HexBFD1CD90212a7104e
Octal27732131511022224720116
Binary10111111110100011100110110010101001010100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1CD; }

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

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

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

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

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

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

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

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